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

Class: Aws::IoTSiteWise::Types::Aggregates

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

Overview

Contains the (pre-calculated) aggregate values for an asset property.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#averageFloat

The average (mean) value of the time series over a time interval window.

Returns:

  • (Float)

    The average (mean) value of the time series over a time interval window.

#countFloat

The count of data points in the time series over a time interval window.

Returns:

  • (Float)

    The count of data points in the time series over a time interval window.

#maximumFloat

The maximum value of the time series over a time interval window.

Returns:

  • (Float)

    The maximum value of the time series over a time interval window.

#minimumFloat

The minimum value of the time series over a time interval window.

Returns:

  • (Float)

    The minimum value of the time series over a time interval window.

#standard_deviationFloat

The standard deviation of the time series over a time interval window.

Returns:

  • (Float)

    The standard deviation of the time series over a time interval window.

#sumFloat

The sum of the time series over a time interval window.

Returns:

  • (Float)

    The sum of the time series over a time interval window.