Class: Aws::WAFV2::Types::GetLoggingConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFV2::Types::GetLoggingConfigurationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wafv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #logging_configuration  ⇒ Types::LoggingConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The LoggingConfiguration for the specified web ACL.
 
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
The LoggingConfiguration for the specified web ACL.
      3004 3005 3006 3007 3008  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 3004 class GetLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end  |