Struct aws_sdk_iot::model::StatisticalThreshold [−][src]
Expand description
A statistical ranking (percentile) that indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.statistic: Option<String>
The percentile that
resolves to a threshold value by which compliance with a behavior is determined. Metrics are
collected over the specified period (durationSeconds
) from all reporting devices
in your account and statistical ranks are calculated. Then, the measurements from a device are
collected over the same period. If the accumulated measurements from the device fall above or
below (comparisonOperator
) the value associated with the percentile specified,
then the device is considered to be in compliance with the behavior, otherwise a violation
occurs.
Implementations
The percentile that
resolves to a threshold value by which compliance with a behavior is determined. Metrics are
collected over the specified period (durationSeconds
) from all reporting devices
in your account and statistical ranks are calculated. Then, the measurements from a device are
collected over the same period. If the accumulated measurements from the device fall above or
below (comparisonOperator
) the value associated with the percentile specified,
then the device is considered to be in compliance with the behavior, otherwise a violation
occurs.
Creates a new builder-style object to manufacture StatisticalThreshold
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StatisticalThreshold
impl Send for StatisticalThreshold
impl Sync for StatisticalThreshold
impl Unpin for StatisticalThreshold
impl UnwindSafe for StatisticalThreshold
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more