pub struct DeleteAnomalyDetectorInput {
pub dimensions: Vec<Dimension>,
pub metric_math_anomaly_detector: Option<MetricMathAnomalyDetector>,
pub metric_name: Option<String>,
pub namespace: Option<String>,
pub single_metric_anomaly_detector: Option<SingleMetricAnomalyDetector>,
pub stat: Option<String>,
}Expand description
CloudWatch DeleteAnomalyDetectorInput.
Fields§
§dimensions: Vec<Dimension>§metric_math_anomaly_detector: Option<MetricMathAnomalyDetector>§metric_name: Option<String>§namespace: Option<String>§single_metric_anomaly_detector: Option<SingleMetricAnomalyDetector>§stat: Option<String>Trait Implementations§
Source§impl Clone for DeleteAnomalyDetectorInput
impl Clone for DeleteAnomalyDetectorInput
Source§fn clone(&self) -> DeleteAnomalyDetectorInput
fn clone(&self) -> DeleteAnomalyDetectorInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteAnomalyDetectorInput
impl Debug for DeleteAnomalyDetectorInput
Source§impl Default for DeleteAnomalyDetectorInput
impl Default for DeleteAnomalyDetectorInput
Source§fn default() -> DeleteAnomalyDetectorInput
fn default() -> DeleteAnomalyDetectorInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteAnomalyDetectorInput
impl<'de> Deserialize<'de> for DeleteAnomalyDetectorInput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DeleteAnomalyDetectorInput
impl RefUnwindSafe for DeleteAnomalyDetectorInput
impl Send for DeleteAnomalyDetectorInput
impl Sync for DeleteAnomalyDetectorInput
impl Unpin for DeleteAnomalyDetectorInput
impl UnsafeUnpin for DeleteAnomalyDetectorInput
impl UnwindSafe for DeleteAnomalyDetectorInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more