Class: Aws::ElasticsearchService::Types::GetCompatibleElasticsearchVersionsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#compatible_elasticsearch_versionsArray<Types::CompatibleVersionsMap>

A map of compatible Elasticsearch versions returned as part of the ‘ GetCompatibleElasticsearchVersions ` operation.

Returns:



2563
2564
2565
2566
2567
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2563

class GetCompatibleElasticsearchVersionsResponse < Struct.new(
  :compatible_elasticsearch_versions)
  SENSITIVE = []
  include Aws::Structure
end