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