Class: Aws::Route53Resolver::Types::DeleteResolverQueryLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DeleteResolverQueryLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config_id ⇒ String
The ID of the query logging configuration that you want to delete.
Instance Attribute Details
#resolver_query_log_config_id ⇒ String
The ID of the query logging configuration that you want to delete.
1046 1047 1048 1049 1050 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1046 class DeleteResolverQueryLogConfigRequest < Struct.new( :resolver_query_log_config_id) SENSITIVE = [] include Aws::Structure end |