Class: Aws::Route53::Types::DeleteQueryLoggingConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DeleteQueryLoggingConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the configuration that you want to delete.
Instance Attribute Details
#id ⇒ String
The ID of the configuration that you want to delete.
2092 2093 2094 2095 2096 |
# File 'lib/aws-sdk-route53/types.rb', line 2092 class DeleteQueryLoggingConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |