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

Class: Aws::ElasticsearchService::Types::UpgradeHistory

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

Overview

History of the last 10 Upgrades and Upgrade Eligibility Checks.

Instance Attribute Summary collapse

Instance Attribute Details

#start_timestampTime

UTC Timestamp at which the Upgrade API call was made in \"yyyy-MM-ddTHH:mm:ssZ\" format.

Returns:

  • (Time)

    UTC Timestamp at which the Upgrade API call was made in \"yyyy-MM-ddTHH:mm:ssZ\" format.

#steps_listArray<Types::UpgradeStepItem>

A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.

Returns:

  • (Array<Types::UpgradeStepItem>)

    A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check.

#upgrade_nameString

A string that describes the update briefly

Returns:

  • (String)

    A string that describes the update briefly.

#upgrade_statusString

The overall status of the update. 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 overall status of the update.