Class: Aws::Types::AutomatedReasoningPolicyDefinitionRule
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyDefinitionRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_expression ⇒ ::String
Returns the value of attribute alternate_expression.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#alternate_expression ⇒ ::String
Returns the value of attribute alternate_expression.
477 478 479 |
# File 'sig/types.rbs', line 477 def alternate_expression @alternate_expression end |
#expression ⇒ ::String
Returns the value of attribute expression.
476 477 478 |
# File 'sig/types.rbs', line 476 def expression @expression end |
#id ⇒ ::String
Returns the value of attribute id.
475 476 477 |
# File 'sig/types.rbs', line 475 def id @id end |