Class: Aws::EMRServerless::Types::CancelJobRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMRServerless::Types::CancelJobRunResponse
 
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #application_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The output contains the application ID on which the job run is cancelled. 
- 
  
    
      #job_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The output contains the ID of the cancelled job run. 
Instance Attribute Details
#application_id ⇒ String
The output contains the application ID on which the job run is cancelled.
| 287 288 289 290 291 292 | # File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 287 class CancelJobRunResponse < Struct.new( :application_id, :job_run_id) SENSITIVE = [] include Aws::Structure end | 
#job_run_id ⇒ String
The output contains the ID of the cancelled job run.
| 287 288 289 290 291 292 | # File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 287 class CancelJobRunResponse < Struct.new( :application_id, :job_run_id) SENSITIVE = [] include Aws::Structure end |