Class: Aws::Types::AutomatedReasoningPolicyScenario
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyScenario
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_expression ⇒ ::String
Returns the value of attribute alternate_expression.
-
#expected_result ⇒ "VALID", ...
Returns the value of attribute expected_result.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#rule_ids ⇒ ::Array[::String]
Returns the value of attribute rule_ids.
Instance Attribute Details
#alternate_expression ⇒ ::String
Returns the value of attribute alternate_expression.
649 650 651 |
# File 'sig/types.rbs', line 649 def alternate_expression @alternate_expression end |
#expected_result ⇒ "VALID", ...
Returns the value of attribute expected_result.
650 651 652 |
# File 'sig/types.rbs', line 650 def expected_result @expected_result end |
#expression ⇒ ::String
Returns the value of attribute expression.
648 649 650 |
# File 'sig/types.rbs', line 648 def expression @expression end |
#rule_ids ⇒ ::Array[::String]
Returns the value of attribute rule_ids.
651 652 653 |
# File 'sig/types.rbs', line 651 def rule_ids @rule_ids end |