Class: Aws::EMR::Types::DescribeClusterOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#clusterTypes::Cluster

This output contains the details for the requested cluster.

Returns:



1433
1434
1435
1436
1437
# File 'lib/aws-sdk-emr/types.rb', line 1433

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