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.
Instance Attribute Summary collapse
-
#job_flow_id ⇒ String
An unique identifier for the job flow.
Instance Attribute Details
#job_flow_id ⇒ String
An unique identifier for the job flow.
4434 4435 4436 4437 |
# File 'lib/aws-sdk-emr/types.rb', line 4434 class RunJobFlowOutput < Struct.new( :job_flow_id) include Aws::Structure end |