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

Class: Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesResponse

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

Overview

Container for the parameters returned by ListElasticsearchInstanceTypes operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#elasticsearch_instance_typesArray<String>

List of instance types supported by Amazon Elasticsearch service for given ElasticsearchVersion

Returns:

  • (Array<String>)

    List of instance types supported by Amazon Elasticsearch service for given ElasticsearchVersion.

#next_tokenString

In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.

Returns:

  • (String)

    In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.