Class: Aws::WAF::Types::GetLoggingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.

Returns:

  • (String)


1969
1970
1971
1972
1973
# File 'lib/aws-sdk-waf/types.rb', line 1969

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