Class: Aws::EMR::Types::DescribeJobFlowsOutput

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

Overview

The output for the DescribeJobFlows operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_flowsArray<Types::JobFlowDetail>

A list of job flows matching the parameters supplied.

Returns:



1476
1477
1478
1479
1480
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1476

class DescribeJobFlowsOutput < Struct.new(
  :job_flows)
  SENSITIVE = []
  include Aws::Structure
end