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
1636 1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-kafka/types.rb', line 1636 class DescribeTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1636 1637 1638 1639 1640 1641 |
# File 'lib/aws-sdk-kafka/types.rb', line 1636 class DescribeTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |