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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


2395
2396
2397
2398
2399
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2395

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