Class: Aws::Types::AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyUpdateFromRuleFeedbackAnnotation
- 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.
Instance Attribute Details
#feedback ⇒ ::String
Returns the value of attribute feedback.
732 733 734 |
# File 'sig/types.rbs', line 732 def feedback @feedback end |
#rule_ids ⇒ ::Array[::String]
Returns the value of attribute rule_ids.
731 732 733 |
# File 'sig/types.rbs', line 731 def rule_ids @rule_ids end |