Class: Aws::Kafka::Types::DescribeClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeClusterResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about a cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_info ⇒ Types::ClusterInfo
The cluster information.
Instance Attribute Details
#cluster_info ⇒ Types::ClusterInfo
The cluster information.
1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-kafka/types.rb', line 1500 class DescribeClusterResponse < Struct.new( :cluster_info) SENSITIVE = [] include Aws::Structure end |