Struct aws_sdk_iot::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.