Class: Aws::Route53Resolver::Types::AssociateResolverQueryLogConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resolver_query_log_config_associationTypes::ResolverQueryLogConfigAssociation

A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.



168
169
170
171
172
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 168

class AssociateResolverQueryLogConfigResponse < Struct.new(
  :resolver_query_log_config_association)
  SENSITIVE = []
  include Aws::Structure
end