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:



2560
2561
2562
2563
2564
# File 'lib/aws-sdk-kafka/types.rb', line 2560

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