Module: Aws::Kafka::Client::_DescribeTopicResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTopicResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configs ⇒ ::String
- #partition_count ⇒ ::Integer
- #replication_factor ⇒ ::Integer
- #status ⇒ "CREATING", ...
- #topic_arn ⇒ ::String
- #topic_name ⇒ ::String
Instance Method Details
#configs ⇒ ::String
604 |
# File 'sig/client.rbs', line 604 def configs: () -> ::String |
#partition_count ⇒ ::Integer
603 |
# File 'sig/client.rbs', line 603 def partition_count: () -> ::Integer |
#replication_factor ⇒ ::Integer
602 |
# File 'sig/client.rbs', line 602 def replication_factor: () -> ::Integer |
#status ⇒ "CREATING", ...
605 |
# File 'sig/client.rbs', line 605 def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE") |
#topic_arn ⇒ ::String
600 |
# File 'sig/client.rbs', line 600 def topic_arn: () -> ::String |
#topic_name ⇒ ::String
601 |
# File 'sig/client.rbs', line 601 def topic_name: () -> ::String |