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.
Constant Summary collapse
- SENSITIVE =
[]
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.
1476 1477 1478 1479 1480 |
# File 'lib/aws-sdk-emr/types.rb', line 1476 class DescribeJobFlowsOutput < Struct.new( :job_flows) SENSITIVE = [] include Aws::Structure end |