Class: Aws::Glue::Types::GetTriggersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetTriggersResponse
- 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 not all the requested triggers have yet been returned.
-
#triggers ⇒ Array<Types::Trigger>
A list of triggers for the specified job.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if not all the requested triggers have yet been returned.
12553 12554 12555 12556 12557 12558 |
# File 'lib/aws-sdk-glue/types.rb', line 12553 class GetTriggersResponse < Struct.new( :triggers, :next_token) SENSITIVE = [] include Aws::Structure end |
#triggers ⇒ Array<Types::Trigger>
A list of triggers for the specified job.
12553 12554 12555 12556 12557 12558 |
# File 'lib/aws-sdk-glue/types.rb', line 12553 class GetTriggersResponse < Struct.new( :triggers, :next_token) SENSITIVE = [] include Aws::Structure end |