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
show all
Defined in:
(unknown)

Overview

Contains aggregated asset property values (for example, average, minimum, and maximum).

Instance Attribute Summary collapse

Instance Attribute Details

#qualityString

The quality of the aggregated data.

Possible values:

  • GOOD
  • BAD
  • UNCERTAIN

Returns:

  • (String)

    The quality of the aggregated data.

#timestampTime

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

Returns:

  • (Time)

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

#valueTypes::Aggregates

The value of the aggregates.

Returns: