Class: Aws::WAFRegional::Types::PutLoggingConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAFRegional::Types::PutLoggingConfigurationResponse
 
 
- Defined in:
 - gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #logging_configuration  ⇒ Types::LoggingConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The LoggingConfiguration that you submitted in the request.
 
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
The LoggingConfiguration that you submitted in the request.
      3739 3740 3741 3742 3743  | 
    
      # File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 3739 class PutLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end  |