class Aws::OpenSearchService::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

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. Used for pagination.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/DescribeDomainAutoTunesRequest AWS API Documentation

Constants

SENSITIVE