NAME
Paws::Route53::ListQueryLoggingConfigsResponse
ATTRIBUTES
NextToken => Str
If a response includes the last of the query logging configurations that are associated with the current AWS account, NextToken
doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by submitting another ListQueryLoggingConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListQueryLoggingConfigs.html) request. Get the value of NextToken
that Amazon Route 53 returned in the previous response and include it in NextToken
in the next request.
REQUIRED QueryLoggingConfigs => ArrayRef[Paws::Route53::QueryLoggingConfig]
An array that contains one QueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_QueryLoggingConfig.html) element for each configuration for DNS query logging that is associated with the current AWS account.