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
878 |
# File 'sig/client.rbs', line 878
def db_node_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
879 |
# File 'sig/client.rbs', line 879
def status: () -> ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "STOPPING" | "STOPPED" | "STARTING")
|
#status_reason ⇒ ::String
880 |
# File 'sig/client.rbs', line 880
def status_reason: () -> ::String
|