Class: Aws::OpenSearchService::Types::CompatibleVersionsMap

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_versionString

The current version that the OpenSearch Service domain is running.

Returns:

  • (String)


1208
1209
1210
1211
1212
1213
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1208

class CompatibleVersionsMap < Struct.new(
  :source_version,
  :target_versions)
  SENSITIVE = []
  include Aws::Structure
end

#target_versionsArray<String>

The possible versions that you can upgrade the domain to.

Returns:

  • (Array<String>)


1208
1209
1210
1211
1212
1213
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1208

class CompatibleVersionsMap < Struct.new(
  :source_version,
  :target_versions)
  SENSITIVE = []
  include Aws::Structure
end