Class: Aws::Kafka::Types::DescribeClusterV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Returns:

  • (String)


2414
2415
2416
2417
2418
# File 'lib/aws-sdk-kafka/types.rb', line 2414

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