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.
1017 1018 1019 1020 1021 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 1017 class DeleteResolverQueryLogConfigRequest < Struct.new( :resolver_query_log_config_id) SENSITIVE = [] include Aws::Structure end |