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.
343 344 345 |
# File 'sig/types.rbs', line 343 def change_token @change_token end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def web_acl_id @web_acl_id end |