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)


2103
2104
2105
2106
2107
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2103

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