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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response returned by ‘ GetUpgradeHistory ` operation.

Constant Summary collapse

SENSITIVE =
[]

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)


2655
2656
2657
2658
2659
2660
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2655

class GetUpgradeHistoryResponse < Struct.new(
  :upgrade_histories,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

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



2655
2656
2657
2658
2659
2660
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2655

class GetUpgradeHistoryResponse < Struct.new(
  :upgrade_histories,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end