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
336 |
# File 'sig/client.rbs', line 336
def cloud_vm_cluster_id: () -> ::String
|
#display_name ⇒ ::String
333 |
# File 'sig/client.rbs', line 333
def display_name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
334 |
# File 'sig/client.rbs', line 334
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def status_reason: () -> ::String
|