Class: Aws::Glue::Types::BatchGetJobsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetJobsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #jobs  ⇒ Array<Types::Job> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of job definitions. 
- 
  
    
      #jobs_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of names of jobs not found. 
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
A list of job definitions.
| 1151 1152 1153 1154 1155 1156 | # File 'lib/aws-sdk-glue/types.rb', line 1151 class BatchGetJobsResponse < Struct.new( :jobs, :jobs_not_found) SENSITIVE = [] include Aws::Structure end | 
#jobs_not_found ⇒ Array<String>
A list of names of jobs not found.
| 1151 1152 1153 1154 1155 1156 | # File 'lib/aws-sdk-glue/types.rb', line 1151 class BatchGetJobsResponse < Struct.new( :jobs, :jobs_not_found) SENSITIVE = [] include Aws::Structure end |