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