Class: Aws::Types::DescribeAnomalyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAnomalyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proactive_anomaly ⇒ Types::ProactiveAnomaly
Returns the value of attribute proactive_anomaly.
-
#reactive_anomaly ⇒ Types::ReactiveAnomaly
Returns the value of attribute reactive_anomaly.
Instance Attribute Details
#proactive_anomaly ⇒ Types::ProactiveAnomaly
Returns the value of attribute proactive_anomaly.
187 188 189 |
# File 'sig/types.rbs', line 187 def proactive_anomaly @proactive_anomaly end |
#reactive_anomaly ⇒ Types::ReactiveAnomaly
Returns the value of attribute reactive_anomaly.
188 189 190 |
# File 'sig/types.rbs', line 188 def reactive_anomaly @reactive_anomaly end |