Class: Aws::WAFRegional::Types::DeleteWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteWebACLRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#web_acl_id ⇒ String
The
WebACLId
of the WebACL that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1532 class DeleteWebACLRequest < Struct.new( :web_acl_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#web_acl_id ⇒ String
The WebACLId
of the WebACL that you want to delete. WebACLId
is
returned by CreateWebACL and by ListWebACLs.
1532 1533 1534 1535 1536 1537 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1532 class DeleteWebACLRequest < Struct.new( :web_acl_id, :change_token) SENSITIVE = [] include Aws::Structure end |