Class: Aws::Types::AnomalyDetectorMissingDataAction
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetectorMissingDataAction
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MarkAsAnomaly, Skip, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mark_as_anomaly ⇒ Boolean
Returns the value of attribute mark_as_anomaly.
-
#skip ⇒ Boolean
Returns the value of attribute skip.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#mark_as_anomaly ⇒ Boolean
Returns the value of attribute mark_as_anomaly.
62 63 64 |
# File 'sig/types.rbs', line 62 def mark_as_anomaly @mark_as_anomaly end |
#skip ⇒ Boolean
Returns the value of attribute skip.
63 64 65 |
# File 'sig/types.rbs', line 63 def skip @skip end |
#unknown ⇒ Object
Returns the value of attribute unknown.
64 65 66 |
# File 'sig/types.rbs', line 64 def unknown @unknown end |