You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::GetUpgradeStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Container for response returned by GetUpgradeStatus operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#step_statusString

One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values: * In Progress * Succeeded * Succeeded with Issues * Failed

Possible values:

  • IN_PROGRESS
  • SUCCEEDED
  • SUCCEEDED_WITH_ISSUES
  • FAILED

Returns:

  • (String)

    One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object.

#upgrade_nameString

A string that describes the update briefly

Returns:

  • (String)

    A string that describes the update briefly.

#upgrade_stepString

Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: * PreUpgradeCheck * Snapshot * Upgrade

Possible values:

  • PRE_UPGRADE_CHECK
  • SNAPSHOT
  • UPGRADE

Returns:

  • (String)

    Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: * PreUpgradeCheck * Snapshot * Upgrade.