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
- Struct
- Aws::IoTSiteWise::Types::Aggregates
- Defined in:
- (unknown)
Overview
Contains the (pre-calculated) aggregate values for an asset property.
Returned by:
Instance Attribute Summary collapse
-
#average ⇒ Float
The average (mean) value of the time series over a time interval window.
-
#count ⇒ Float
The count of data points in the time series over a time interval window.
-
#maximum ⇒ Float
The maximum value of the time series over a time interval window.
-
#minimum ⇒ Float
The minimum value of the time series over a time interval window.
-
#standard_deviation ⇒ Float
The standard deviation of the time series over a time interval window.
-
#sum ⇒ Float
The sum of the time series over a time interval window.
Instance Attribute Details
#average ⇒ Float
The average (mean) value of the time series over a time interval window.
#count ⇒ Float
The count of data points in the time series over a time interval window.
#maximum ⇒ Float
The maximum value of the time series over a time interval window.
#minimum ⇒ Float
The minimum value of the time series over a time interval window.
#standard_deviation ⇒ Float
The standard deviation of the time series over a time interval window.
#sum ⇒ Float
The sum of the time series over a time interval window.