Class: Aws::Kafka::Types::AmazonMskCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::AmazonMskCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Details of an Amazon MSK Cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#msk_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
Instance Attribute Details
#msk_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon MSK cluster.
21 22 23 24 25 |
# File 'lib/aws-sdk-kafka/types.rb', line 21 class AmazonMskCluster < Struct.new( :msk_cluster_arn) SENSITIVE = [] include Aws::Structure end |