Class: Aws::EMR::Types::DescribeClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeClusterOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This output contains the description of the cluster.
Instance Attribute Summary collapse
-
#cluster ⇒ Types::Cluster
This output contains the details for the requested cluster.
Instance Attribute Details
#cluster ⇒ Types::Cluster
This output contains the details for the requested cluster.
1185 1186 1187 1188 |
# File 'lib/aws-sdk-emr/types.rb', line 1185 class DescribeClusterOutput < Struct.new( :cluster) include Aws::Structure end |