Class: Aws::Glue::Types::GetTriggerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#triggerTypes::Trigger

The requested trigger definition.

Returns:



11786
11787
11788
11789
11790
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11786

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