class Aws::IoTSiteWise::Types::Aggregates

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

@!attribute [rw] average

The average (mean) value of the time series over a time interval
window.
@return [Float]

@!attribute [rw] count

The count of data points in the time series over a time interval
window.
@return [Float]

@!attribute [rw] maximum

The maximum value of the time series over a time interval window.
@return [Float]

@!attribute [rw] minimum

The minimum value of the time series over a time interval window.
@return [Float]

@!attribute [rw] sum

The sum of the time series over a time interval window.
@return [Float]

@!attribute [rw] standard_deviation

The standard deviation of the time series over a time interval
window.
@return [Float]

Constants

SENSITIVE