Struct aws_sdk_iot::types::MetricValue
source · #[non_exhaustive]pub struct MetricValue { /* private fields */ }Expand description
The value to be compared with the metric.
Implementations§
source§impl MetricValue
impl MetricValue
sourcepub fn count(&self) -> Option<i64>
pub fn count(&self) -> Option<i64>
If the comparisonOperator calls for a numeric value, use this to specify that numeric value to be compared with the metric.
sourcepub fn cidrs(&self) -> Option<&[String]>
pub fn cidrs(&self) -> Option<&[String]>
If the comparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.
source§impl MetricValue
impl MetricValue
sourcepub fn builder() -> MetricValueBuilder
pub fn builder() -> MetricValueBuilder
Creates a new builder-style object to manufacture MetricValue.
Trait Implementations§
source§impl Clone for MetricValue
impl Clone for MetricValue
source§fn clone(&self) -> MetricValue
fn clone(&self) -> MetricValue
Returns a copy 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 MetricValue
impl Debug for MetricValue
source§impl PartialEq<MetricValue> for MetricValue
impl PartialEq<MetricValue> for MetricValue
source§fn eq(&self, other: &MetricValue) -> bool
fn eq(&self, other: &MetricValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MetricValue
Auto Trait Implementations§
impl RefUnwindSafe for MetricValue
impl Send for MetricValue
impl Sync for MetricValue
impl Unpin for MetricValue
impl UnwindSafe for MetricValue
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