Class: Aws::WAFV2::Types::PutLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::PutLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-wafv2/types.rb', line 6090 class PutLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |