Class: Aws::Route53Resolver::Types::GetResolverQueryLogConfigAssociationRequest

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_idString

The ID of the Resolver query logging configuration association that you want to get information about.

Returns:

  • (String)


2173
2174
2175
2176
2177
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2173

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