Class: Aws::OpenSearchService::Types::GetCompatibleVersionsResponse

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 GetCompatibleVersions operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_versionsArray<Types::CompatibleVersionsMap>

A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.

Returns:



5006
5007
5008
5009
5010
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5006

class GetCompatibleVersionsResponse < Struct.new(
  :compatible_versions)
  SENSITIVE = []
  include Aws::Structure
end