Class: Aws::Types::ProvideAnomalyFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvideAnomalyFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
-
#feedback ⇒ "YES", ...
Returns the value of attribute feedback.
Instance Attribute Details
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def anomaly_id @anomaly_id end |
#feedback ⇒ "YES", ...
Returns the value of attribute feedback.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def feedback @feedback end |