Class: Aws::WAFV2::Types::PutLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::PutLoggingConfigurationResponse
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
6090 6091 6092 6093 6094 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6090 class PutLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |