Class: Aws::ElasticsearchService::Types::GetUpgradeHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::GetUpgradeHistoryResponse
- 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
-
#next_token ⇒ String
Pagination token that needs to be supplied to the next call to get the next page of results.
-
#upgrade_histories ⇒ 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.
Instance Attribute Details
#next_token ⇒ String
Pagination token that needs to be supplied to the next call to get the next page of results
2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2530 class GetUpgradeHistoryResponse < Struct.new( :upgrade_histories, :next_token) SENSITIVE = [] include Aws::Structure end |
#upgrade_histories ⇒ 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.
2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2530 class GetUpgradeHistoryResponse < Struct.new( :upgrade_histories, :next_token) SENSITIVE = [] include Aws::Structure end |