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)


2290
2291
2292
2293
2294
# File 'lib/aws-sdk-route53resolver/types.rb', line 2290

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