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

Class: Aws::ElasticsearchService::Types::GetUpgradeHistoryResponse

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

Overview

Container for response returned by GetUpgradeHistory operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token that needs to be supplied to the next call to get the next page of results

Returns:

  • (String)

    Pagination token that needs to be supplied to the next call to get the next page of results.

#upgrade_historiesArray<Types::UpgradeHistory>

A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.

Returns:

  • (Array<Types::UpgradeHistory>)

    A list of UpgradeHistory objects corresponding to each Upgrade or Upgrade Eligibility Check performed on a domain returned as part of GetUpgradeHistoryResponse object.