Class: Aws::WAFRegional::Types::GetLoggingConfigurationRequest

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


2027
2028
2029
2030
2031
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 2027

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