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