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

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 ID of the application on which the job run will be canceled.

Returns:

  • (String)


268
269
270
271
272
273
274
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 268

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

#job_run_idString

The ID of the job run to cancel.

Returns:

  • (String)


268
269
270
271
272
273
274
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 268

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

#shutdown_grace_period_in_secondsInteger

The duration in seconds to wait before forcefully terminating the job after cancellation is requested.

Returns:

  • (Integer)


268
269
270
271
272
273
274
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 268

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