Class: Aws::Glue::Types::BatchGetTriggersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetTriggersRequest
- Defined in:
- gems/aws-sdk-glue/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
ListTriggersoperation.
Instance Attribute Details
#trigger_names ⇒ Array<String>
A list of trigger names, which may be the names returned from the
ListTriggers operation.
1362 1363 1364 1365 1366 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1362 class BatchGetTriggersRequest < Struct.new( :trigger_names) SENSITIVE = [] include Aws::Structure end |