Class: Aws::Route53Resolver::Types::DeleteResolverQueryLogConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteResolverQueryLogConfigResponse
- 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 query logging configuration that you deleted, including the status of the request.
Instance Attribute Details
#resolver_query_log_config ⇒ Types::ResolverQueryLogConfig
Information about the query logging configuration that you deleted, including the status of the request.
1030 1031 1032 1033 1034 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1030 class DeleteResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config) SENSITIVE = [] include Aws::Structure end |