Class: Aws::Kafka::Types::DescribeClusterResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Returns information about a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_infoTypes::ClusterInfo

The cluster information.

Returns:



1500
1501
1502
1503
1504
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1500

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