Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationResponse
- Defined in:
- gems/aws-sdk-route53resolver/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.
2251 2252 2253 2254 2255 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2251 class GetResolverQueryLogConfigAssociationResponse < Struct.new( :resolver_query_log_config_association) SENSITIVE = [] include Aws::Structure end |