Class: Aws::WAFRegional::Types::GetLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::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