Class: Aws::EMRContainers::Types::CancelJobRunResponse

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 output contains the ID of the cancelled job run.

Returns:

  • (String)


42
43
44
45
46
47
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 42

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

#virtual_cluster_idString

The output contains the virtual cluster ID for which the job run is cancelled.

Returns:

  • (String)


42
43
44
45
46
47
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 42

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