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.
2545 2546 2547 2548 2549 |
# File 'lib/aws-sdk-kafka/types.rb', line 2545 class DescribeClusterV2Request < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |