Class: Aws::EMR::Types::DescribeJobFlowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeJobFlowsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The output for the DescribeJobFlows operation.
Instance Attribute Summary collapse
-
#job_flows ⇒ Array<Types::JobFlowDetail>
A list of job flows matching the parameters supplied.
Instance Attribute Details
#job_flows ⇒ Array<Types::JobFlowDetail>
A list of job flows matching the parameters supplied.
1236 1237 1238 1239 |
# File 'lib/aws-sdk-emr/types.rb', line 1236 class DescribeJobFlowsOutput < Struct.new( :job_flows) include Aws::Structure end |