Class: Aws::Types::RuleGroupUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupUpdate
- 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.
967 968 969 |
# File 'sig/types.rbs', line 967 def action @action end |
#activated_rule ⇒ Types::ActivatedRule
Returns the value of attribute activated_rule.
968 969 970 |
# File 'sig/types.rbs', line 968 def activated_rule @activated_rule end |