class Aws::AutoScaling::Types::LoadForecast

A `GetPredictiveScalingForecast` call returns the load forecast for a predictive scaling policy. This structure includes the data points for that load forecast, along with the timestamps of those data points and the metric specification.

@!attribute [rw] timestamps

The time stamps for the data points, in UTC format.
@return [Array<Time>]

@!attribute [rw] values

The values of the data points.
@return [Array<Float>]

@!attribute [rw] metric_specification

The metric specification for the load forecast.
@return [Types::PredictiveScalingMetricSpecification]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/LoadForecast AWS API Documentation

Constants

SENSITIVE