Class: Aws::EMRServerless::Types::CancelJobRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::CancelJobRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application on which the job run will be canceled.
-
#job_run_id ⇒ String
The ID of the job run to cancel.
Instance Attribute Details
#application_id ⇒ String
The ID of the application on which the job run will be canceled.
257 258 259 260 261 262 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 257 class CancelJobRunRequest < Struct.new( :application_id, :job_run_id) SENSITIVE = [] include Aws::Structure end |
#job_run_id ⇒ String
The ID of the job run to cancel.
257 258 259 260 261 262 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 257 class CancelJobRunRequest < Struct.new( :application_id, :job_run_id) SENSITIVE = [] include Aws::Structure end |