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