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
585 |
# File 'sig/client.rbs', line 585
def configs: () -> ::String
|
#partition_count ⇒ ::Integer
584 |
# File 'sig/client.rbs', line 584
def partition_count: () -> ::Integer
|
#replication_factor ⇒ ::Integer
583 |
# File 'sig/client.rbs', line 583
def replication_factor: () -> ::Integer
|
#status ⇒ "CREATING", ...
586 |
# File 'sig/client.rbs', line 586
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
|
#topic_arn ⇒ ::String
581 |
# File 'sig/client.rbs', line 581
def topic_arn: () -> ::String
|
#topic_name ⇒ ::String
582 |
# File 'sig/client.rbs', line 582
def topic_name: () -> ::String
|