Module: Aws::Kafka::Client::_CreateClusterV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateClusterV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cluster_arn ⇒ ::String
- #cluster_name ⇒ ::String
- #cluster_type ⇒ "PROVISIONED", "SERVERLESS"
- #state ⇒ "ACTIVE", ...
Instance Method Details
#cluster_arn ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def cluster_arn: () -> ::String
|
#cluster_name ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def cluster_name: () -> ::String
|
#cluster_type ⇒ "PROVISIONED", "SERVERLESS"
127 |
# File 'sig/client.rbs', line 127
def cluster_type: () -> ("PROVISIONED" | "SERVERLESS")
|
#state ⇒ "ACTIVE", ...
126 |
# File 'sig/client.rbs', line 126
def state: () -> ("ACTIVE" | "CREATING" | "DELETING" | "FAILED" | "HEALING" | "MAINTENANCE" | "REBOOTING_BROKER" | "UPDATING")
|