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

Class: Aws::ElasticsearchService::Types::UpgradeStepItem

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#issuesArray<String>

A list of strings containing detailed information about the errors encountered in a particular step.

Returns:

  • (Array<String>)

    A list of strings containing detailed information about the errors encountered in a particular step.

#progress_percentFloat

The Floating point value representing progress percentage of a particular step.

Returns:

  • (Float)

    The Floating point value representing progress percentage of a particular step.

#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.

#upgrade_step_statusString

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

Possible values:

  • IN_PROGRESS
  • SUCCEEDED
  • SUCCEEDED_WITH_ISSUES
  • FAILED

Returns:

  • (String)

    The status of a particular step during an upgrade.