Class: Aws::IoTSiteWise::Types::AggregatedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::AggregatedValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains aggregated asset property values (for example, average, minimum, and maximum).
Constant Summary collapse
- SENSITIVE =
[]
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.
136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 136 class AggregatedValue < Struct.new( :timestamp, :quality, :value) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The date the aggregating computations occurred, in Unix epoch time.
136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 136 class AggregatedValue < Struct.new( :timestamp, :quality, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::Aggregates
The value of the aggregates.
136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 136 class AggregatedValue < Struct.new( :timestamp, :quality, :value) SENSITIVE = [] include Aws::Structure end |