Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverQueryLogConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config ⇒ Types::ResolverQueryLogConfig
Information about the Resolver query logging configuration that you specified in a ‘GetQueryLogConfig` request.
Instance Attribute Details
#resolver_query_log_config ⇒ Types::ResolverQueryLogConfig
Information about the Resolver query logging configuration that you specified in a ‘GetQueryLogConfig` request.
2240 2241 2242 2243 2244 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2240 class GetResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config) SENSITIVE = [] include Aws::Structure end |