Class: Aws::OpenSearchService::Types::CompatibleVersionsMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CompatibleVersionsMap
- Includes:
- Structure
- Defined in:
- 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
-
#source_version ⇒ String
The current version that the OpenSearch Service domain is running.
-
#target_versions ⇒ Array<String>
The possible versions that you can upgrade the domain to.
Instance Attribute Details
#source_version ⇒ String
The current version that the OpenSearch Service domain is running.
1398 1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1398 class CompatibleVersionsMap < Struct.new( :source_version, :target_versions) SENSITIVE = [] include Aws::Structure end |
#target_versions ⇒ Array<String>
The possible versions that you can upgrade the domain to.
1398 1399 1400 1401 1402 1403 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1398 class CompatibleVersionsMap < Struct.new( :source_version, :target_versions) SENSITIVE = [] include Aws::Structure end |