Class: Aws::Route53Resolver::Types::DisassociateResolverQueryLogConfigResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 the association that you deleted between an Amazon VPC and a query logging configuration.



1094
1095
1096
1097
1098
# File 'lib/aws-sdk-route53resolver/types.rb', line 1094

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