Module: Aws::Odb::Client::_CreateCloudExadataInfrastructureResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCloudExadataInfrastructureOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_exadata_infrastructure_id ⇒ ::String
- #display_name ⇒ ::String
- #status ⇒ "AVAILABLE", ...
- #status_reason ⇒ ::String
Instance Method Details
#cloud_exadata_infrastructure_id ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def cloud_exadata_infrastructure_id: () -> ::String
|
#display_name ⇒ ::String
291 |
# File 'sig/client.rbs', line 291
def display_name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
292 |
# File 'sig/client.rbs', line 292
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def status_reason: () -> ::String
|