Class: Aws::IoTSiteWise::Types::AggregatedValue

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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

Instance Attribute Details

#qualityString

The quality of the aggregated data.

Returns:

  • (String)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 135

class AggregatedValue < Struct.new(
  :timestamp,
  :quality,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The date the aggregating computations occurred, in Unix epoch time.

Returns:

  • (Time)


135
136
137
138
139
140
141
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 135

class AggregatedValue < Struct.new(
  :timestamp,
  :quality,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::Aggregates

The value of the aggregates.

Returns:



135
136
137
138
139
140
141
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 135

class AggregatedValue < Struct.new(
  :timestamp,
  :quality,
  :value)
  SENSITIVE = []
  include Aws::Structure
end