Module: Aws::OpenSearchService::Client::_GetDomainMaintenanceStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainMaintenanceStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ "REBOOT_NODE", ...
- #created_at ⇒ ::Time
- #node_id ⇒ ::String
- #status ⇒ "PENDING", ...
- #status_message ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#action ⇒ "REBOOT_NODE", ...
924 |
# File 'sig/client.rbs', line 924
def action: () -> ("REBOOT_NODE" | "RESTART_SEARCH_PROCESS" | "RESTART_DASHBOARD")
|
#created_at ⇒ ::Time
925 |
# File 'sig/client.rbs', line 925
def created_at: () -> ::Time
|
#node_id ⇒ ::String
923 |
# File 'sig/client.rbs', line 923
def node_id: () -> ::String
|
#status ⇒ "PENDING", ...
921 |
# File 'sig/client.rbs', line 921
def status: () -> ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "TIMED_OUT")
|
#status_message ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def status_message: () -> ::String
|
#updated_at ⇒ ::Time
926 |
# File 'sig/client.rbs', line 926
def updated_at: () -> ::Time
|