Class: Aws::Types::Anomaly
- Inherits:
-
Object
- Object
- Aws::Types::Anomaly
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_end_date ⇒ ::String
Returns the value of attribute anomaly_end_date.
-
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
-
#anomaly_score ⇒ Types::AnomalyScore
Returns the value of attribute anomaly_score.
-
#anomaly_start_date ⇒ ::String
Returns the value of attribute anomaly_start_date.
-
#dimension_value ⇒ ::String
Returns the value of attribute dimension_value.
-
#feedback ⇒ "YES", ...
Returns the value of attribute feedback.
-
#impact ⇒ Types::Impact
Returns the value of attribute impact.
-
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
-
#root_causes ⇒ ::Array[Types::RootCause]
Returns the value of attribute root_causes.
Instance Attribute Details
#anomaly_end_date ⇒ ::String
Returns the value of attribute anomaly_end_date.
35 36 37 |
# File 'sig/types.rbs', line 35 def anomaly_end_date @anomaly_end_date end |
#anomaly_id ⇒ ::String
Returns the value of attribute anomaly_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def anomaly_id @anomaly_id end |
#anomaly_score ⇒ Types::AnomalyScore
Returns the value of attribute anomaly_score.
38 39 40 |
# File 'sig/types.rbs', line 38 def anomaly_score @anomaly_score end |
#anomaly_start_date ⇒ ::String
Returns the value of attribute anomaly_start_date.
34 35 36 |
# File 'sig/types.rbs', line 34 def anomaly_start_date @anomaly_start_date end |
#dimension_value ⇒ ::String
Returns the value of attribute dimension_value.
36 37 38 |
# File 'sig/types.rbs', line 36 def dimension_value @dimension_value end |
#feedback ⇒ "YES", ...
Returns the value of attribute feedback.
41 42 43 |
# File 'sig/types.rbs', line 41 def feedback @feedback end |
#impact ⇒ Types::Impact
Returns the value of attribute impact.
39 40 41 |
# File 'sig/types.rbs', line 39 def impact @impact end |
#monitor_arn ⇒ ::String
Returns the value of attribute monitor_arn.
40 41 42 |
# File 'sig/types.rbs', line 40 def monitor_arn @monitor_arn end |
#root_causes ⇒ ::Array[Types::RootCause]
Returns the value of attribute root_causes.
37 38 39 |
# File 'sig/types.rbs', line 37 def root_causes @root_causes end |