Class: Aws::WAF::Types::GetLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configurationTypes::LoggingConfiguration

The LoggingConfiguration for the specified web ACL.



1981
1982
1983
1984
1985
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1981

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