Class: Aws::Route53Resolver::Types::DisassociateResolverQueryLogConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::DisassociateResolverQueryLogConfigResponse
- 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
A complex type that contains settings for the association that you deleted 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 the association that you deleted between an Amazon VPC and a query logging configuration.
1170 1171 1172 1173 1174 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 1170 class DisassociateResolverQueryLogConfigResponse < Struct.new( :resolver_query_log_config_association) SENSITIVE = [] include Aws::Structure end |