Class: Aws::WAF::Types::DeleteWebACLRequest

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

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
# File 'lib/aws-sdk-waf/types.rb', line 1501

class DeleteWebACLRequest < Struct.new(
  :web_acl_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end

#web_acl_idString

The ‘WebACLId` of the WebACL that you want to delete. `WebACLId` is returned by CreateWebACL and by ListWebACLs.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
# File 'lib/aws-sdk-waf/types.rb', line 1501

class DeleteWebACLRequest < Struct.new(
  :web_acl_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end