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

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

Overview

Returns information about a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_infoTypes::ClusterInfo

The cluster information.

Returns:



350
351
352
353
# File 'lib/aws-sdk-kafka/types.rb', line 350

class DescribeClusterResponse < Struct.new(
  :cluster_info)
  include Aws::Structure
end