Class: Aws::Types::WebACLUpdate
- Inherits:
-
Object
- Object
- Aws::Types::WebACLUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#activated_rule ⇒ Types::ActivatedRule
Returns the value of attribute activated_rule.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def action @action end |
#activated_rule ⇒ Types::ActivatedRule
Returns the value of attribute activated_rule.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def activated_rule @activated_rule end |