You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::PI::Types::DataPoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

The time, in epoch format, associated with a particular Value.

Returns:

  • (Time)

    The time, in epoch format, associated with a particular Value.

#valueFloat

The actual value associated with a particular Timestamp.

Returns:

  • (Float)

    The actual value associated with a particular Timestamp.