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.
1059 1060 1061 1062 1063 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1059 class DeleteResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config) SENSITIVE = [] include Aws::Structure end |