Class: Aws::Kafka::Types::DescribeClusterV2Response

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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

Instance Attribute Details

#cluster_infoTypes::Cluster

The cluster information.

Returns:



1853
1854
1855
1856
1857
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1853

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