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

Class: Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesRequest

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

Overview

Note:

When passing ListElasticsearchInstanceTypesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  elasticsearch_version: "ElasticsearchVersionString", # required
  domain_name: "DomainName",
  max_results: 1,
  next_token: "NextToken",
}

Container for the parameters to the ListElasticsearchInstanceTypes operation.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

Returns:

  • (String)

    DomainName represents the name of the Domain that we are trying to modify.

#elasticsearch_versionString

Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

Returns:

  • (String)

    Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

#max_resultsInteger

Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.

Returns:

  • (Integer)

    Set this value to limit the number of results returned.

#next_tokenString

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

Returns:

  • (String)

    NextToken should be sent in case if earlier API call produced result containing NextToken.