Class: Aws::Kafka::Types::DescribeClusterV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeClusterV2Request
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
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 |