Class: Aws::EMRServerless::Types::CancelJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::CancelJobRunResponse
- Includes:
- Structure
- Defined in:
- 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.
275 276 277 278 279 280 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 275 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.
275 276 277 278 279 280 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 275 class CancelJobRunResponse < Struct.new( :application_id, :job_run_id) SENSITIVE = [] include Aws::Structure end |