Class: Aws::Types::AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feedback ⇒ ::String
Returns the value of attribute feedback.
-
#rule_ids ⇒ ::Array[::String]
Returns the value of attribute rule_ids.
-
#scenario_expression ⇒ ::String
Returns the value of attribute scenario_expression.
Instance Attribute Details
#feedback ⇒ ::String
Returns the value of attribute feedback.
739 740 741 |
# File 'sig/types.rbs', line 739 def feedback @feedback end |
#rule_ids ⇒ ::Array[::String]
Returns the value of attribute rule_ids.
737 738 739 |
# File 'sig/types.rbs', line 737 def rule_ids @rule_ids end |
#scenario_expression ⇒ ::String
Returns the value of attribute scenario_expression.
738 739 740 |
# File 'sig/types.rbs', line 738 def scenario_expression @scenario_expression end |