Class: Aws::Glue::Types::BatchStopJobRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchStopJobRunRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the job definition for which to stop job runs. 
- 
  
    
      #job_run_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the ‘JobRunIds` that should be stopped for that job definition. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition for which to stop job runs.
| 1433 1434 1435 1436 1437 1438 | # File 'lib/aws-sdk-glue/types.rb', line 1433 class BatchStopJobRunRequest < Struct.new( :job_name, :job_run_ids) SENSITIVE = [] include Aws::Structure end | 
#job_run_ids ⇒ Array<String>
A list of the ‘JobRunIds` that should be stopped for that job definition.
| 1433 1434 1435 1436 1437 1438 | # File 'lib/aws-sdk-glue/types.rb', line 1433 class BatchStopJobRunRequest < Struct.new( :job_name, :job_run_ids) SENSITIVE = [] include Aws::Structure end |