Class: Aws::WAFV2::Types::GetLoggingConfigurationRequest

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

#resource_arnString

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

Returns:

  • (String)


2930
2931
2932
2933
2934
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 2930

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