Module: Aws::Odb::Client::_RebootDbNodeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RebootDbNodeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#db_node_id ⇒ ::String
861 |
# File 'sig/client.rbs', line 861
def db_node_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
862 |
# File 'sig/client.rbs', line 862
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "STOPPING" | "STOPPED" | "STARTING")
|
#status_reason ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def status_reason: () -> ::String
|