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
- Struct
- Aws::ElasticsearchService::Types::CompatibleVersionsMap
 
- 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
- 
  
    
      #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.
#target_versions ⇒ Array<String>
List of supported elastic search versions.