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

Class: Aws::IoT::Types::Statistics

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

Overview

A map of key-value pairs for all supported statistics. Currently, only count is supported.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#averageFloat

The average of the aggregated field values.

Returns:

  • (Float)

    The average of the aggregated field values.

#countInteger

The count of things that match the query.

Returns:

  • (Integer)

    The count of things that match the query.

#maximumFloat

The maximum aggregated field value.

Returns:

  • (Float)

    The maximum aggregated field value.

#minimumFloat

The minimum aggregated field value.

Returns:

  • (Float)

    The minimum aggregated field value.

#std_deviationFloat

The standard deviation of the aggregated field values.

Returns:

  • (Float)

    The standard deviation of the aggregated field values.

#sumFloat

The sum of the aggregated field values.

Returns:

  • (Float)

    The sum of the aggregated field values.

#sum_of_squaresFloat

The sum of the squares of the aggregated field values.

Returns:

  • (Float)

    The sum of the squares of the aggregated field values.

#varianceFloat

The variance of the aggregated field values.

Returns:

  • (Float)

    The variance of the aggregated field values.