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.
2278 2279 2280 2281 2282 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2278 class GetResolverQueryLogConfigPolicyResponse < Struct.new( :resolver_query_log_config_policy) SENSITIVE = [] include Aws::Structure end |