class Aws::ElasticsearchService::Types::UpgradeStepItem

Represents a single step of the Upgrade or Upgrade Eligibility Check workflow.

@!attribute [rw] upgrade_step

Represents one of 3 steps that an Upgrade or Upgrade Eligibility
Check does through: * PreUpgradeCheck
* Snapshot
* Upgrade
@return [String]

@!attribute [rw] upgrade_step_status

The status of a particular step during an upgrade. The status can
take one of the following values: * In Progress
* Succeeded
* Succeeded with Issues
* Failed
@return [String]

@!attribute [rw] issues

A list of strings containing detailed information about the errors
encountered in a particular step.
@return [Array<String>]

@!attribute [rw] progress_percent

The Floating point value representing progress percentage of a
particular step.
@return [Float]

Constants

SENSITIVE