You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::StatisticalThreshold

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StatisticalThreshold as input to an Aws::Client method, you can use a vanilla Hash:

{
  statistic: "EvaluationStatistic",
}

A statistical ranking (percentile) which indicates a threshold value by which a behavior is determined to be in compliance or in violation of the behavior.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statisticString

The percentile which 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.

Returns:

  • (String)

    The percentile which resolves to a threshold value by which compliance with a behavior is determined.