Class: Aws::Glue::Types::BatchGetTriggersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetTriggersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trigger_names ⇒ Array<String>
A list of trigger names, which may be the names returned from the ‘ListTriggers` operation.
Instance Attribute Details
#trigger_names ⇒ Array<String>
A list of trigger names, which may be the names returned from the ‘ListTriggers` operation.
1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-glue/types.rb', line 1199 class BatchGetTriggersRequest < Struct.new( :trigger_names) SENSITIVE = [] include Aws::Structure end |