Module: Aws::Kafka::Client::_DeleteClusterResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteClusterResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#cluster_arn::String

Returns:

  • (::String)


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

def cluster_arn: () -> ::String

#state"ACTIVE", ...

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING")


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

def state: () -> ("ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "HEALING" | "MAINTENANCE" | "REBOOTING_BROKER" | "UPDATING")