Class: Aws::Glue::Types::TriggerNodeDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

The details of a Trigger node present in the workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trigger ⇒ Types::Trigger

The information of the trigger represented by the trigger node.

Returns:



31773
31774
31775
31776
31777
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 31773

class TriggerNodeDetails < Struct.new(
  :trigger)
  SENSITIVE = []
  include Aws::Structure
end