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", ...

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "SUCCEEDED_WITH_ISSUES", "FAILED")


993
# File 'sig/client.rbs', line 993

def step_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "SUCCEEDED_WITH_ISSUES" | "FAILED")

#upgrade_name::String

Returns:

  • (::String)


994
# File 'sig/client.rbs', line 994

def upgrade_name: () -> ::String

#upgrade_step"PRE_UPGRADE_CHECK", ...

Returns:

  • ("PRE_UPGRADE_CHECK", "SNAPSHOT", "UPGRADE")


992
# File 'sig/client.rbs', line 992

def upgrade_step: () -> ("PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE")