class Aws::Route53::Types::ListQueryLoggingConfigsRequest

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

data as a hash:

    {
      hosted_zone_id: "ResourceId",
      next_token: "PaginationToken",
      max_results: "MaxResults",
    }

@!attribute [rw] hosted_zone_id

(Optional) If you want to list the query logging configuration that
is associated with a hosted zone, specify the ID in `HostedZoneId`.

If you don't specify a hosted zone ID, `ListQueryLoggingConfigs`
returns all of the configurations that are associated with the
current Amazon Web Services account.
@return [String]

@!attribute [rw] next_token

(Optional) If the current Amazon Web Services account has more than
`MaxResults` query logging configurations, use `NextToken` to get
the second and subsequent pages of results.

For the first `ListQueryLoggingConfigs` request, omit this value.

For the second and subsequent requests, get the value of `NextToken`
from the previous response and specify that value for `NextToken` in
the request.
@return [String]

@!attribute [rw] max_results

(Optional) The maximum number of query logging configurations that
you want Amazon Route 53 to return in response to the current
request. If the current Amazon Web Services account has more than
`MaxResults` configurations, use the value of [NextToken][1] in the
response to get the next page of results.

If you don't specify a value for `MaxResults`, Route 53 returns up
to 100 configurations.

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListQueryLoggingConfigs.html#API_ListQueryLoggingConfigs_RequestSyntax
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListQueryLoggingConfigsRequest AWS API Documentation

Constants

SENSITIVE