Class: Aws::Types::RuleUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RuleUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
941 942 943 |
# File 'sig/types.rbs', line 941 def action @action end |
#predicate ⇒ Types::Predicate
Returns the value of attribute predicate.
942 943 944 |
# File 'sig/types.rbs', line 942 def predicate @predicate end |