Class: Aws::EMRServerless::Types::CancelJobRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The output contains the application ID on which the job run is cancelled.

Returns:

  • (String)


263
264
265
266
267
268
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 263

class CancelJobRunResponse < Struct.new(
  :application_id,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The output contains the ID of the cancelled job run.

Returns:

  • (String)


263
264
265
266
267
268
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 263

class CancelJobRunResponse < Struct.new(
  :application_id,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end