Class: Aws::WAF::Types::GetLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetLoggingConfigurationResponse
- 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 for the specified web ACL.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
The LoggingConfiguration for the specified web ACL.
1981 1982 1983 1984 1985 |
# File 'lib/aws-sdk-waf/types.rb', line 1981 class GetLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |