Class: Aws::OpenSearchService::Types::GetCompatibleVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetCompatibleVersionsResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response returned by the GetCompatibleVersions
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_versions ⇒ Array<Types::CompatibleVersionsMap>
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
Instance Attribute Details
#compatible_versions ⇒ Array<Types::CompatibleVersionsMap>
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
4134 4135 4136 4137 4138 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4134 class GetCompatibleVersionsResponse < Struct.new( :compatible_versions) SENSITIVE = [] include Aws::Structure end |