You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::AggregatedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AggregatedValue
- Defined in:
- (unknown)
Overview
Contains aggregated asset property values (for example, average, minimum, and maximum).
Instance Attribute Summary collapse
-
#quality ⇒ String
The quality of the aggregated data.
-
#timestamp ⇒ Time
The date the aggregating computations occurred, in Unix epoch time.
-
#value ⇒ Types::Aggregates
The value of the aggregates.
Instance Attribute Details
#quality ⇒ String
The quality of the aggregated data.
Possible values:
- GOOD
- BAD
- UNCERTAIN
#timestamp ⇒ Time
The date the aggregating computations occurred, in Unix epoch time.
#value ⇒ Types::Aggregates
The value of the aggregates.