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

Class: Aws::ForecastQueryService::Types::DataPoint

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

Overview

The forecast value for a specific date. Part of the Forecast object.

Instance Attribute Summary collapse

Instance Attribute Details

#timestampString

The timestamp of the specific forecast.

Returns:

  • (String)

    The timestamp of the specific forecast.

#valueFloat

The forecast value.

Returns:

  • (Float)

    The forecast value.