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.
1310 1311 1312 1313 1314 1315 |
# File 'lib/aws-sdk-glue/types.rb', line 1310 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.
1310 1311 1312 1313 1314 1315 |
# File 'lib/aws-sdk-glue/types.rb', line 1310 class BatchGetTriggersResponse < Struct.new( :triggers, :triggers_not_found) SENSITIVE = [] include Aws::Structure end |