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

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_association ⇒ Types::ResolverQueryLogConfigAssociation

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



3063
3064
3065
3066
3067
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 3063

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