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

Class: Aws::AutoScalingPlans::Types::Datapoint

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

Overview

Represents a single value in the forecast data used for predictive scaling.

Instance Attribute Summary collapse

Instance Attribute Details

#timestampTime

The time stamp for the data point in UTC format.

Returns:

  • (Time)

    The time stamp for the data point in UTC format.

#valueFloat

The value of the data point.

Returns:

  • (Float)

    The value of the data point.