Class: Aws::WAF::Types::PutLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::PutLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/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.
3611 3612 3613 3614 3615 |
# File 'lib/aws-sdk-waf/types.rb', line 3611 class PutLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |