Class: Aws::Kafka::Types::DescribeTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeTopicRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for DescribeTopic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-kafka/types.rb', line 1743 class DescribeTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-kafka/types.rb', line 1743 class DescribeTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |