Class: Aws::Types::AnomalyDetector
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
-
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#metric_characteristics ⇒ Types::MetricCharacteristics
Returns the value of attribute metric_characteristics.
-
#metric_math_anomaly_detector ⇒ Types::MetricMathAnomalyDetector
Returns the value of attribute metric_math_anomaly_detector.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#single_metric_anomaly_detector ⇒ Types::SingleMetricAnomalyDetector
Returns the value of attribute single_metric_anomaly_detector.
-
#stat ⇒ ::String
Returns the value of attribute stat.
-
#state_value ⇒ "PENDING_TRAINING", ...
Returns the value of attribute state_value.
Instance Attribute Details
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
48 49 50 |
# File 'sig/types.rbs', line 48 def anomaly_detector_id @anomaly_detector_id end |
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
53 54 55 |
# File 'sig/types.rbs', line 53 def configuration @configuration end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
51 52 53 |
# File 'sig/types.rbs', line 51 def dimensions @dimensions end |
#metric_characteristics ⇒ Types::MetricCharacteristics
Returns the value of attribute metric_characteristics.
55 56 57 |
# File 'sig/types.rbs', line 55 def metric_characteristics @metric_characteristics end |
#metric_math_anomaly_detector ⇒ Types::MetricMathAnomalyDetector
Returns the value of attribute metric_math_anomaly_detector.
57 58 59 |
# File 'sig/types.rbs', line 57 def metric_math_anomaly_detector @metric_math_anomaly_detector end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
50 51 52 |
# File 'sig/types.rbs', line 50 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
49 50 51 |
# File 'sig/types.rbs', line 49 def namespace @namespace end |
#single_metric_anomaly_detector ⇒ Types::SingleMetricAnomalyDetector
Returns the value of attribute single_metric_anomaly_detector.
56 57 58 |
# File 'sig/types.rbs', line 56 def single_metric_anomaly_detector @single_metric_anomaly_detector end |
#stat ⇒ ::String
Returns the value of attribute stat.
52 53 54 |
# File 'sig/types.rbs', line 52 def stat @stat end |
#state_value ⇒ "PENDING_TRAINING", ...
Returns the value of attribute state_value.
54 55 56 |
# File 'sig/types.rbs', line 54 def state_value @state_value end |