Class: Aws::WAFRegional::Types::DeleteLoggingConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 from which you want to delete the LoggingConfiguration.

Returns:

  • (String)


1256
1257
1258
1259
1260
# File 'lib/aws-sdk-wafregional/types.rb', line 1256

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