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:



2410
2411
2412
2413
2414
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2410

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