Module: Aws::Kafka::Client::_CreateTopicResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTopicResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#status ⇒ "CREATING", ...
357 |
# File 'sig/client.rbs', line 357
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
|
#topic_arn ⇒ ::String
355 |
# File 'sig/client.rbs', line 355
def topic_arn: () -> ::String
|
#topic_name ⇒ ::String
356 |
# File 'sig/client.rbs', line 356
def topic_name: () -> ::String
|