pub struct PutAnomalyDetectorInput {
pub configuration: Option<AnomalyDetectorConfiguration>,
pub dimensions: Vec<Dimension>,
pub metric_characteristics: Option<MetricCharacteristics>,
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 PutAnomalyDetectorInput.
Fields§
§configuration: Option<AnomalyDetectorConfiguration>§dimensions: Vec<Dimension>§metric_characteristics: Option<MetricCharacteristics>§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 PutAnomalyDetectorInput
impl Clone for PutAnomalyDetectorInput
Source§fn clone(&self) -> PutAnomalyDetectorInput
fn clone(&self) -> PutAnomalyDetectorInput
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 PutAnomalyDetectorInput
impl Debug for PutAnomalyDetectorInput
Source§impl Default for PutAnomalyDetectorInput
impl Default for PutAnomalyDetectorInput
Source§fn default() -> PutAnomalyDetectorInput
fn default() -> PutAnomalyDetectorInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutAnomalyDetectorInput
impl<'de> Deserialize<'de> for PutAnomalyDetectorInput
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 PutAnomalyDetectorInput
impl RefUnwindSafe for PutAnomalyDetectorInput
impl Send for PutAnomalyDetectorInput
impl Sync for PutAnomalyDetectorInput
impl Unpin for PutAnomalyDetectorInput
impl UnsafeUnpin for PutAnomalyDetectorInput
impl UnwindSafe for PutAnomalyDetectorInput
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