Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resolver_query_log_config_association ⇒ Types::ResolverQueryLogConfigAssociation
Information about the Resolver query logging configuration association that you specified in a ‘GetQueryLogConfigAssociation` request.
Instance Attribute Details
#resolver_query_log_config_association ⇒ Types::ResolverQueryLogConfigAssociation
Information about the Resolver query logging configuration association that you specified in a ‘GetQueryLogConfigAssociation` request.
2187 2188 2189 2190 2191 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2187 class GetResolverQueryLogConfigAssociationResponse < Struct.new( :resolver_query_log_config_association) SENSITIVE = [] include Aws::Structure end |