pub struct DescribeAlarmsForMetricInput {
pub dimensions: Vec<Dimension>,
pub extended_statistic: Option<String>,
pub metric_name: String,
pub namespace: String,
pub period: Option<i32>,
pub statistic: Option<Statistic>,
pub unit: Option<StandardUnit>,
}Expand description
CloudWatch DescribeAlarmsForMetricInput.
Fields§
§dimensions: Vec<Dimension>§extended_statistic: Option<String>§metric_name: String§namespace: String§period: Option<i32>§statistic: Option<Statistic>§unit: Option<StandardUnit>Trait Implementations§
Source§impl Clone for DescribeAlarmsForMetricInput
impl Clone for DescribeAlarmsForMetricInput
Source§fn clone(&self) -> DescribeAlarmsForMetricInput
fn clone(&self) -> DescribeAlarmsForMetricInput
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 DescribeAlarmsForMetricInput
impl Debug for DescribeAlarmsForMetricInput
Source§impl Default for DescribeAlarmsForMetricInput
impl Default for DescribeAlarmsForMetricInput
Source§fn default() -> DescribeAlarmsForMetricInput
fn default() -> DescribeAlarmsForMetricInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeAlarmsForMetricInput
impl<'de> Deserialize<'de> for DescribeAlarmsForMetricInput
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 DescribeAlarmsForMetricInput
impl RefUnwindSafe for DescribeAlarmsForMetricInput
impl Send for DescribeAlarmsForMetricInput
impl Sync for DescribeAlarmsForMetricInput
impl Unpin for DescribeAlarmsForMetricInput
impl UnsafeUnpin for DescribeAlarmsForMetricInput
impl UnwindSafe for DescribeAlarmsForMetricInput
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