Class: Aws::Types::PutAnomalyDetectorInput
- Inherits:
-
Object
- Object
- Aws::Types::PutAnomalyDetectorInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#configuration ⇒ Types::AnomalyDetectorConfiguration
Returns the value of attribute configuration.
898 899 900 |
# File 'sig/types.rbs', line 898 def configuration @configuration end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
896 897 898 |
# File 'sig/types.rbs', line 896 def dimensions @dimensions end |
#metric_characteristics ⇒ Types::MetricCharacteristics
Returns the value of attribute metric_characteristics.
899 900 901 |
# File 'sig/types.rbs', line 899 def metric_characteristics @metric_characteristics end |
#metric_math_anomaly_detector ⇒ Types::MetricMathAnomalyDetector
Returns the value of attribute metric_math_anomaly_detector.
901 902 903 |
# File 'sig/types.rbs', line 901 def metric_math_anomaly_detector @metric_math_anomaly_detector end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
895 896 897 |
# File 'sig/types.rbs', line 895 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
894 895 896 |
# File 'sig/types.rbs', line 894 def namespace @namespace end |
#single_metric_anomaly_detector ⇒ Types::SingleMetricAnomalyDetector
Returns the value of attribute single_metric_anomaly_detector.
900 901 902 |
# File 'sig/types.rbs', line 900 def single_metric_anomaly_detector @single_metric_anomaly_detector end |
#stat ⇒ ::String
Returns the value of attribute stat.
897 898 899 |
# File 'sig/types.rbs', line 897 def stat @stat end |