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
278 |
# File 'sig/client.rbs', line 278
def cloud_exadata_infrastructure_id: () -> ::String
|
#display_name ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def display_name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
276 |
# File 'sig/client.rbs', line 276
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
#status_reason ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def status_reason: () -> ::String
|