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

Class: Aws::CostExplorer::Types::ForecastResult

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

Overview

The forecast created for your query.

Instance Attribute Summary collapse

Instance Attribute Details

#mean_valueString

The mean value of the forecast.

Returns:

  • (String)

    The mean value of the forecast.

#prediction_interval_lower_boundString

The lower limit for the prediction interval.

Returns:

  • (String)

    The lower limit for the prediction interval.

#prediction_interval_upper_boundString

The upper limit for the prediction interval.

Returns:

  • (String)

    The upper limit for the prediction interval.

#time_periodTypes::DateInterval

The period of time that the forecast covers.

Returns: