Class: Aws::WAFV2::Types::GetLoggingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::LoggingConfiguration

The LoggingConfiguration for the specified web ACL.



2317
2318
2319
2320
2321
# File 'lib/aws-sdk-wafv2/types.rb', line 2317

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