Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resolver_query_log_config_policyString

Information about the query logging policy for the query logging configuration that you specified in a ‘GetResolverQueryLogConfigPolicy` request.

Returns:

  • (String)


2144
2145
2146
2147
2148
# File 'lib/aws-sdk-route53resolver/types.rb', line 2144

class GetResolverQueryLogConfigPolicyResponse < Struct.new(
  :resolver_query_log_config_policy)
  SENSITIVE = []
  include Aws::Structure
end