Class: Aws::Types::DeleteWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
352 353 354 |
# File 'sig/types.rbs', line 352 def change_token @change_token end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
351 352 353 |
# File 'sig/types.rbs', line 351 def web_acl_id @web_acl_id end |