Class: Aws::Types::RuleUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RuleUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Returns the value of attribute action.
-
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
Instance Attribute Details
#action ⇒ Types::RuleAction
Returns the value of attribute action.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def action @action end |
#match ⇒ Types::RuleMatch
Returns the value of attribute match.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def match @match end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def priority @priority end |
#rule_identifier ⇒ ::String
Returns the value of attribute rule_identifier.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def rule_identifier @rule_identifier end |