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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

The forecast that's created for your query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mean_valueString

The mean value of the forecast.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1916

class ForecastResult < Struct.new(
  :time_period,
  :mean_value,
  :prediction_interval_lower_bound,
  :prediction_interval_upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#prediction_interval_lower_boundString

The lower limit for the prediction interval.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1916

class ForecastResult < Struct.new(
  :time_period,
  :mean_value,
  :prediction_interval_lower_bound,
  :prediction_interval_upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#prediction_interval_upper_boundString

The upper limit for the prediction interval.

Returns:

  • (String)


1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1916

class ForecastResult < Struct.new(
  :time_period,
  :mean_value,
  :prediction_interval_lower_bound,
  :prediction_interval_upper_bound)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::DateInterval

The period of time that the forecast covers.

Returns:



1916
1917
1918
1919
1920
1921
1922
1923
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1916

class ForecastResult < Struct.new(
  :time_period,
  :mean_value,
  :prediction_interval_lower_bound,
  :prediction_interval_upper_bound)
  SENSITIVE = []
  include Aws::Structure
end