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)


1620
1621
1622
1623
1624
1625
1626
1627
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1620

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)


1620
1621
1622
1623
1624
1625
1626
1627
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1620

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)


1620
1621
1622
1623
1624
1625
1626
1627
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1620

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)


1620
1621
1622
1623
1624
1625
1626
1627
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 1620

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