Class: Aws::Route53::Types::GetQueryLoggingConfigResponse

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

#query_logging_configTypes::QueryLoggingConfig

A complex type that contains information about the query logging configuration that you specified in a [GetQueryLoggingConfig] request.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_GetQueryLoggingConfig.html



3000
3001
3002
3003
3004
# File 'lib/aws-sdk-route53/types.rb', line 3000

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