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
456 |
# File 'sig/client.rbs', line 456
def configs: () -> ::String
|
#partition_count ⇒ ::Integer
455 |
# File 'sig/client.rbs', line 455
def partition_count: () -> ::Integer
|
#replication_factor ⇒ ::Integer
454 |
# File 'sig/client.rbs', line 454
def replication_factor: () -> ::Integer
|
#status ⇒ "CREATING", ...
457 |
# File 'sig/client.rbs', line 457
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
|
#topic_arn ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def topic_arn: () -> ::String
|
#topic_name ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def topic_name: () -> ::String
|