You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#source_versionString

The current version of Elasticsearch on which a domain is.

Returns:

  • (String)

    The current version of Elasticsearch on which a domain is.

#target_versionsArray<String>

List of supported elastic search versions.

Returns:

  • (Array<String>)

    List of supported elastic search versions.