Class: Aws::Route53::Types::GetQueryLoggingConfigRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the configuration for DNS query logging that you want to get information about.

Returns:

  • (String)


3011
3012
3013
3014
3015
# File 'lib/aws-sdk-route53/types.rb', line 3011

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