Class: Aws::Types::Anomaly
- Inherits:
-
Object
- Object
- Aws::Types::Anomaly
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instances ⇒ ::Array[Types::AnomalyInstance]
Returns the value of attribute instances.
-
#metric ⇒ Types::Metric
Returns the value of attribute metric.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#instances ⇒ ::Array[Types::AnomalyInstance]
Returns the value of attribute instances.
41 42 43 |
# File 'sig/types.rbs', line 41 def instances @instances end |
#metric ⇒ Types::Metric
Returns the value of attribute metric.
42 43 44 |
# File 'sig/types.rbs', line 42 def metric @metric end |
#reason ⇒ ::String
Returns the value of attribute reason.
43 44 45 |
# File 'sig/types.rbs', line 43 def reason @reason end |