Class: Aws::OpenSearchService::Types::GetUpgradeHistoryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the response returned by the GetUpgradeHistory operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.

Returns:

  • (String)


3669
3670
3671
3672
3673
3674
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3669

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

#upgrade_historiesArray<Types::UpgradeHistory>

A list of objects corresponding to each upgrade or upgrade eligibility check performed on a domain.

Returns:



3669
3670
3671
3672
3673
3674
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3669

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