Class: Aws::WAFRegional::Types::PutLoggingConfigurationResponse

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 that you submitted in the request.



3739
3740
3741
3742
3743
# File 'lib/aws-sdk-wafregional/types.rb', line 3739

class PutLoggingConfigurationResponse < Struct.new(
  :logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end