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