Class: Aws::Kafka::Types::DescribeClusterV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeClusterV2Response
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns information about a cluster of either the provisioned or the serverless type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_info ⇒ Types::Cluster
The cluster information.
Instance Attribute Details
#cluster_info ⇒ Types::Cluster
The cluster information.
2429 2430 2431 2432 2433 |
# File 'lib/aws-sdk-kafka/types.rb', line 2429 class DescribeClusterV2Response < Struct.new( :cluster_info) SENSITIVE = [] include Aws::Structure end |