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

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

Instance Attribute Details

#cluster_infoTypes::Cluster

The cluster information.

Returns:



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