Class: Aws::EMR::Types::RunJobFlowOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::RunJobFlowOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The result of the RunJobFlow operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#job_flow_id ⇒ String
A unique identifier for the job flow.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
5673 5674 5675 5676 5677 5678 |
# File 'lib/aws-sdk-emr/types.rb', line 5673 class RunJobFlowOutput < Struct.new( :job_flow_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#job_flow_id ⇒ String
A unique identifier for the job flow.
5673 5674 5675 5676 5677 5678 |
# File 'lib/aws-sdk-emr/types.rb', line 5673 class RunJobFlowOutput < Struct.new( :job_flow_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |