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)


1614
1615
1616
1617
1618
1619
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1614

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>)


1614
1615
1616
1617
1618
1619
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1614

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