You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::ListElasticsearchVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Container for the parameters for response received from ListElasticsearchVersions operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#elasticsearch_versionsArray<String>

List of supported elastic search versions.

Returns:

  • (Array<String>)

    List of supported elastic search versions.

#next_tokenString

Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.

Returns:

  • (String)

    Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.