class Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesRequest
Container for the parameters to the ` ListElasticsearchInstanceTypes ` operation.
@note When making an API call, you may pass ListElasticsearchInstanceTypesRequest
data as a hash: { elasticsearch_version: "ElasticsearchVersionString", # required domain_name: "DomainName", max_results: 1, next_token: "NextToken", }
@!attribute [rw] elasticsearch_version
Version of Elasticsearch for which list of supported elasticsearch instance types are needed. @return [String]
@!attribute [rw] domain_name
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. @return [String]
@!attribute [rw] max_results
Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored. @return [Integer]
@!attribute [rw] next_token
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination. @return [String]
Constants
- SENSITIVE