Class: Aws::Glue::Types::BatchStopJobRunSuccessfulSubmission
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchStopJobRunSuccessfulSubmission
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Records a successful request to stop a specified ‘JobRun`.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the job definition used in the job run that was stopped. 
- 
  
    
      #job_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ‘JobRunId` of the job run that was stopped. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition used in the job run that was stopped.
| 1471 1472 1473 1474 1475 1476 | # File 'lib/aws-sdk-glue/types.rb', line 1471 class BatchStopJobRunSuccessfulSubmission < Struct.new( :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end | 
#job_run_id ⇒ String
The ‘JobRunId` of the job run that was stopped.
| 1471 1472 1473 1474 1475 1476 | # File 'lib/aws-sdk-glue/types.rb', line 1471 class BatchStopJobRunSuccessfulSubmission < Struct.new( :job_name, :job_run_id) SENSITIVE = [] include Aws::Structure end |