Module: Aws::Odb::Client::_CreateCloudVmClusterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCloudVmClusterOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_vm_cluster_id ⇒ ::String
- #display_name ⇒ ::String
- #status ⇒ "AVAILABLE", ...
- #status_reason ⇒ ::String
Instance Method Details
#cloud_vm_cluster_id ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def cloud_vm_cluster_id: () -> ::String
|
#display_name ⇒ ::String
303 |
# File 'sig/client.rbs', line 303
def display_name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
304 |
# File 'sig/client.rbs', line 304
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def status_reason: () -> ::String
|