Class: Aws::ElasticsearchService::Types::GetCompatibleElasticsearchVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::GetCompatibleElasticsearchVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response returned by ‘ GetCompatibleElasticsearchVersions ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_elasticsearch_versions ⇒ Array<Types::CompatibleVersionsMap>
A map of compatible Elasticsearch versions returned as part of the ‘ GetCompatibleElasticsearchVersions ` operation.
Instance Attribute Details
#compatible_elasticsearch_versions ⇒ Array<Types::CompatibleVersionsMap>
A map of compatible Elasticsearch versions returned as part of the ‘ GetCompatibleElasticsearchVersions ` operation.
2438 2439 2440 2441 2442 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2438 class GetCompatibleElasticsearchVersionsResponse < Struct.new( :compatible_elasticsearch_versions) SENSITIVE = [] include Aws::Structure end |