Class: Aws::EMRContainers::Types::CancelJobRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the job run to cancel.

Returns:

  • (String)


46
47
48
49
50
51
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 46

class CancelJobRunRequest < Struct.new(
  :id,
  :virtual_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_cluster_idString

The ID of the virtual cluster for which the job run will be canceled.

Returns:

  • (String)


46
47
48
49
50
51
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 46

class CancelJobRunRequest < Struct.new(
  :id,
  :virtual_cluster_id)
  SENSITIVE = []
  include Aws::Structure
end