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