Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigResponse

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_configTypes::ResolverQueryLogConfig

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



2170
2171
2172
2173
2174
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2170

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