Class: Aws::Types::DeleteWebACLRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWebACLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
429 430 431 |
# File 'sig/types.rbs', line 429 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
430 431 432 |
# File 'sig/types.rbs', line 430 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
427 428 429 |
# File 'sig/types.rbs', line 427 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
428 429 430 |
# File 'sig/types.rbs', line 428 def scope @scope end |