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:



3456
3457
3458
3459
3460
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3456

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