You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::ListQueryLoggingConfigsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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 request. Get the value of NextToken that Amazon Route 53 returned in the previous response and include it in NextToken in the next request.

Returns:

  • (String)

    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.

#query_logging_configsArray<Types::QueryLoggingConfig>

An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.

Returns:

  • (Array<Types::QueryLoggingConfig>)

    An array that contains one [QueryLoggingConfig][1] element for each configuration for DNS query logging that is associated with the current AWS account.