Class: Aws::EMRServerless::Types::CancelJobRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application on which the job run will be canceled.

Returns:

  • (String)


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_idString

The ID of the job run to cancel.

Returns:

  • (String)


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