Class: Aws::Types::AutomatedReasoningPolicyUpdateRuleAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyUpdateRuleAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
745 746 747 |
# File 'sig/types.rbs', line 745 def expression @expression end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
744 745 746 |
# File 'sig/types.rbs', line 744 def rule_id @rule_id end |