Class: Aws::Types::DeleteAnomalyDetectorInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAnomalyDetectorInput
- 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.
-
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
-
#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
#anomaly_detector_id ⇒ ::String
Returns the value of attribute anomaly_detector_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def anomaly_detector_id @anomaly_detector_id end |
#dimensions ⇒ ::Array[Types::Dimension]
Returns the value of attribute dimensions.
158 159 160 |
# File 'sig/types.rbs', line 158 def dimensions @dimensions end |
#metric_math_anomaly_detector ⇒ Types::MetricMathAnomalyDetector
Returns the value of attribute metric_math_anomaly_detector.
161 162 163 |
# File 'sig/types.rbs', line 161 def metric_math_anomaly_detector @metric_math_anomaly_detector end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
157 158 159 |
# File 'sig/types.rbs', line 157 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
156 157 158 |
# File 'sig/types.rbs', line 156 def namespace @namespace end |
#single_metric_anomaly_detector ⇒ Types::SingleMetricAnomalyDetector
Returns the value of attribute single_metric_anomaly_detector.
160 161 162 |
# File 'sig/types.rbs', line 160 def single_metric_anomaly_detector @single_metric_anomaly_detector end |
#stat ⇒ ::String
Returns the value of attribute stat.
159 160 161 |
# File 'sig/types.rbs', line 159 def stat @stat end |