Module: Aws::Kafka::Client::_CreateClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateClusterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#cluster_arn ⇒ ::String
95 |
# File 'sig/client.rbs', line 95
def cluster_arn: () -> ::String
|
#cluster_name ⇒ ::String
96 |
# File 'sig/client.rbs', line 96
def cluster_name: () -> ::String
|
#state ⇒ "ACTIVE", ...
97 |
# File 'sig/client.rbs', line 97
def state: () -> ("ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "HEALING" | "MAINTENANCE" | "REBOOTING_BROKER" | "UPDATING")
|