Class: Aws::WAFV2::Types::DeleteLoggingConfigurationRequest

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

Overview

Note:

When making an API call, you may pass DeleteLoggingConfigurationRequest data as a hash:

{
  resource_arn: "ResourceArn", # required
}

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)


2925
2926
2927
2928
2929
# File 'lib/aws-sdk-wafv2/types.rb', line 2925

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