Module: Aws::OpenSearchService::Client::_GetUpgradeStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetUpgradeStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#step_status ⇒ "IN_PROGRESS", ...
993 |
# File 'sig/client.rbs', line 993
def step_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")
|
#upgrade_name ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def upgrade_name: () -> ::String
|
#upgrade_step ⇒ "PRE_UPGRADE_CHECK", ...
992 |
# File 'sig/client.rbs', line 992
def upgrade_step: () -> ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")
|