Class: Aws::Kafka::Types::DescribeClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeClusterRequest
- 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_arn ⇒ String
1588 1589 1590 1591 1592 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1588 class DescribeClusterRequest < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |