Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config_association_id ⇒ String
The ID of the Resolver query logging configuration association that you want to get information about.
Instance Attribute Details
#resolver_query_log_config_association_id ⇒ String
The ID of the Resolver query logging configuration association that you want to get information about.
2173 2174 2175 2176 2177 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2173 class GetResolverQueryLogConfigAssociationRequest < Struct.new( :resolver_query_log_config_association_id) SENSITIVE = [] include Aws::Structure end |