Class: Aws::Kafka::Types::DescribeTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeTopicResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
The response containing details for a topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #configs ⇒ String
- #partition_count ⇒ Integer
- #replication_factor ⇒ Integer
- #status ⇒ String
- #topic_arn ⇒ String
- #topic_name ⇒ String
Instance Attribute Details
#configs ⇒ String
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-kafka/types.rb', line 1797 class DescribeTopicResponse < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :configs, :status) SENSITIVE = [] include Aws::Structure end |
#partition_count ⇒ Integer
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-kafka/types.rb', line 1797 class DescribeTopicResponse < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :configs, :status) SENSITIVE = [] include Aws::Structure end |
#replication_factor ⇒ Integer
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-kafka/types.rb', line 1797 class DescribeTopicResponse < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :configs, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-kafka/types.rb', line 1797 class DescribeTopicResponse < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :configs, :status) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-kafka/types.rb', line 1797 class DescribeTopicResponse < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :configs, :status) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/aws-sdk-kafka/types.rb', line 1797 class DescribeTopicResponse < Struct.new( :topic_arn, :topic_name, :replication_factor, :partition_count, :configs, :status) SENSITIVE = [] include Aws::Structure end |