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.
Constant Summary collapse
- SENSITIVE =
[]
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.
1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-emr/types.rb', line 1433 class DescribeClusterOutput < Struct.new( :cluster) SENSITIVE = [] include Aws::Structure end |