Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationResponse

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

Information about the Resolver query logging configuration association that you specified in a ‘GetQueryLogConfigAssociation` request.



2117
2118
2119
2120
2121
# File 'lib/aws-sdk-route53resolver/types.rb', line 2117

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