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:



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