Class: Aws::Types::AnomalyDetection
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mitigation_in_effect ⇒ "yes", "no"
Returns the value of attribute mitigation_in_effect.
-
#result ⇒ "anomalous", "normal"
Returns the value of attribute result.
Instance Attribute Details
#mitigation_in_effect ⇒ "yes", "no"
Returns the value of attribute mitigation_in_effect.
70 71 72 |
# File 'sig/types.rbs', line 70 def mitigation_in_effect @mitigation_in_effect end |
#result ⇒ "anomalous", "normal"
Returns the value of attribute result.
69 70 71 |
# File 'sig/types.rbs', line 69 def result @result end |