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

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

Overview

The forecast 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)


1795
1796
1797
1798
1799
1800
1801
1802
# File 'lib/aws-sdk-costexplorer/types.rb', line 1795

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)


1795
1796
1797
1798
1799
1800
1801
1802
# File 'lib/aws-sdk-costexplorer/types.rb', line 1795

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)


1795
1796
1797
1798
1799
1800
1801
1802
# File 'lib/aws-sdk-costexplorer/types.rb', line 1795

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:



1795
1796
1797
1798
1799
1800
1801
1802
# File 'lib/aws-sdk-costexplorer/types.rb', line 1795

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