Class: Aws::Glue::Types::BatchGetTriggersResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetTriggersResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #triggers  ⇒ Array<Types::Trigger> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of trigger definitions. 
- 
  
    
      #triggers_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of names of triggers not found. 
Instance Attribute Details
#triggers ⇒ Array<Types::Trigger>
A list of trigger definitions.
| 1324 1325 1326 1327 1328 1329 | # File 'lib/aws-sdk-glue/types.rb', line 1324 class BatchGetTriggersResponse < Struct.new( :triggers, :triggers_not_found) SENSITIVE = [] include Aws::Structure end | 
#triggers_not_found ⇒ Array<String>
A list of names of triggers not found.
| 1324 1325 1326 1327 1328 1329 | # File 'lib/aws-sdk-glue/types.rb', line 1324 class BatchGetTriggersResponse < Struct.new( :triggers, :triggers_not_found) SENSITIVE = [] include Aws::Structure end |