Class: Aws::Glue::Types::BatchGetTriggersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetTriggersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#triggers ⇒ Array<Types::Trigger>
A list of trigger definitions.
-
#triggers_not_found ⇒ Array<String>
A list of names of triggers not found.
Instance Attribute Details
#triggers ⇒ Array<Types::Trigger>
A list of trigger definitions.
1215 1216 1217 1218 1219 1220 |
# File 'lib/aws-sdk-glue/types.rb', line 1215 class BatchGetTriggersResponse < Struct.new( :triggers, :triggers_not_found) SENSITIVE = [] include Aws::Structure end |
#triggers_not_found ⇒ Array<String>
A list of names of triggers not found.
1215 1216 1217 1218 1219 1220 |
# File 'lib/aws-sdk-glue/types.rb', line 1215 class BatchGetTriggersResponse < Struct.new( :triggers, :triggers_not_found) SENSITIVE = [] include Aws::Structure end |