Class: Aws::ElasticsearchService::Types::CompatibleVersionsMap

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

Overview

A map from an ElasticsearchVersion to a list of compatible ElasticsearchVersion s to which the domain can be upgraded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_versionString

The current version of Elasticsearch on which a domain is.

Returns:

  • (String)


847
848
849
850
851
852
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 847

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

#target_versionsArray<String>

List of supported elastic search versions.

Returns:

  • (Array<String>)


847
848
849
850
851
852
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 847

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