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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/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.



2942
2943
2944
2945
2946
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 2942

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