Class: Aws::EMR::Types::RunJobFlowOutput

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

Overview

The result of the RunJobFlow operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


5615
5616
5617
5618
5619
5620
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5615

class RunJobFlowOutput < Struct.new(
  :job_flow_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_flow_idString

A unique identifier for the job flow.

Returns:

  • (String)


5615
5616
5617
5618
5619
5620
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5615

class RunJobFlowOutput < Struct.new(
  :job_flow_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end