Class: Aws::ElasticsearchService::Types::CompatibleVersionsMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CompatibleVersionsMap
- 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
-
#source_version ⇒ String
The current version of Elasticsearch on which a domain is.
-
#target_versions ⇒ Array<String>
List of supported elastic search versions.
Instance Attribute Details
#source_version ⇒ String
The current version of Elasticsearch on which a domain is.
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_versions ⇒ Array<String>
List of supported elastic search versions.
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 |