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:



1481
1482
1483
1484
1485
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1481

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