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)


1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911

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)


1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911

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)


1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911

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)


1911
1912
1913
1914
1915
1916
1917
1918
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1911

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