Class: Aws::EMRContainers::Types::StartJobRunResponse

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

#arnString

This output lists the ARN of job run.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1947

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

#idString

This output displays the started job run ID.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1947

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

#nameString

This output displays the name of the started job run.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1947

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

#virtual_cluster_idString

This output displays the virtual cluster ID for which the job run was submitted.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1947

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