Class: Aws::Route53::Types::GetQueryLoggingConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetQueryLoggingConfigRequest
- 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 for DNS query logging that you want to get information about.
Instance Attribute Details
#id ⇒ String
The ID of the configuration for DNS query logging that you want to get information about.
2980 2981 2982 2983 2984 |
# File 'lib/aws-sdk-route53/types.rb', line 2980 class GetQueryLoggingConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |