Class: Aws::Route53Resolver::Types::AssociateResolverQueryLogConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::AssociateResolverQueryLogConfigResponse
- 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
A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
Instance Attribute Details
#resolver_query_log_config_association ⇒ Types::ResolverQueryLogConfigAssociation
A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
171 172 173 174 175 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 171 class AssociateResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config_association) SENSITIVE = [] include Aws::Structure end |