Class: Aws::Glue::Types::ListTriggersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListTriggersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
-
#trigger_names ⇒ Array<String>
The names of all triggers in the account, or the triggers with the specified tags.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
16685 16686 16687 16688 16689 16690 |
# File 'lib/aws-sdk-glue/types.rb', line 16685 class ListTriggersResponse < Struct.new( :trigger_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#trigger_names ⇒ Array<String>
The names of all triggers in the account, or the triggers with the specified tags.
16685 16686 16687 16688 16689 16690 |
# File 'lib/aws-sdk-glue/types.rb', line 16685 class ListTriggersResponse < Struct.new( :trigger_names, :next_token) SENSITIVE = [] include Aws::Structure end |