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_associationTypes::ResolverQueryLogConfigAssociation

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



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

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