Class: Aws::Glue::Types::BatchGetJobsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetJobsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_names  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of job names, which might be the names returned from the ‘ListJobs` operation. 
Instance Attribute Details
#job_names ⇒ Array<String>
A list of job names, which might be the names returned from the ‘ListJobs` operation.
| 1135 1136 1137 1138 1139 | # File 'lib/aws-sdk-glue/types.rb', line 1135 class BatchGetJobsRequest < Struct.new( :job_names) SENSITIVE = [] include Aws::Structure end |