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", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE")


336
# File 'sig/client.rbs', line 336

def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")

#topic_arn::String

Returns:

  • (::String)


334
# File 'sig/client.rbs', line 334

def topic_arn: () -> ::String

#topic_name::String

Returns:

  • (::String)


335
# File 'sig/client.rbs', line 335

def topic_name: () -> ::String