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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#qualityString

The quality of the aggregated data.

Returns:

  • (String)


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

#timestampTime

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

Returns:

  • (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

#valueTypes::Aggregates

The value of the aggregates.

Returns:



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