Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverQueryLogConfigPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config_policy ⇒ String
Information about the query logging policy for the query logging configuration that you specified in a ‘GetResolverQueryLogConfigPolicy` request.
Instance Attribute Details
#resolver_query_log_config_policy ⇒ String
Information about the query logging policy for the query logging configuration that you specified in a ‘GetResolverQueryLogConfigPolicy` request.
2214 2215 2216 2217 2218 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2214 class GetResolverQueryLogConfigPolicyResponse < Struct.new( :resolver_query_log_config_policy) SENSITIVE = [] include Aws::Structure end |