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.
| 14270 14271 14272 14273 14274 14275 | # File 'lib/aws-sdk-glue/types.rb', line 14270 class GetTriggersResponse < Struct.new( :triggers, :next_token) SENSITIVE = [] include Aws::Structure end | 
#triggers ⇒ Array<Types::Trigger>
A list of triggers for the specified job.
| 14270 14271 14272 14273 14274 14275 | # File 'lib/aws-sdk-glue/types.rb', line 14270 class GetTriggersResponse < Struct.new( :triggers, :next_token) SENSITIVE = [] include Aws::Structure end |