class Aws::ElasticsearchService::Types::DescribeDomainAutoTunesRequest

Container for the parameters to the `DescribeDomainAutoTunes` operation.

@note When making an API call, you may pass DescribeDomainAutoTunesRequest

data as a hash:

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

@!attribute [rw] domain_name

Specifies the domain name for which you want Auto-Tune action
details.
@return [String]

@!attribute [rw] max_results

Set this value to limit the number of results returned. If not
specified, defaults to 100.
@return [Integer]

@!attribute [rw] next_token

NextToken is sent in case the earlier API call results contain the
NextToken. It is used for pagination.
@return [String]

Constants

SENSITIVE