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