Class: Aws::Route53::Types::GetQueryLoggingConfigResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::GetQueryLoggingConfigResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #query_logging_config  ⇒ Types::QueryLoggingConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A complex type that contains information about the query logging configuration that you specified in a [GetQueryLoggingConfig] request.
 
Instance Attribute Details
#query_logging_config ⇒ Types::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
      2998 2999 3000 3001 3002  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 2998 class GetQueryLoggingConfigResponse < Struct.new( :query_logging_config) SENSITIVE = [] include Aws::Structure end  |