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
1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-kafka/types.rb', line 1777 class DescribeTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-kafka/types.rb', line 1777 class DescribeTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |