Class: Aws::WAFRegional::Types::GetLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
2039 2040 2041 2042 2043 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2039 class GetLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |