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", ...
336 |
# File 'sig/client.rbs', line 336
def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
|
#topic_arn ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def topic_arn: () -> ::String
|
#topic_name ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def topic_name: () -> ::String
|