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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1867
1868
1869
1870
1871
1872
1873
1874
# File 'lib/aws-sdk-costexplorer/types.rb', line 1867

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)


1867
1868
1869
1870
1871
1872
1873
1874
# File 'lib/aws-sdk-costexplorer/types.rb', line 1867

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)


1867
1868
1869
1870
1871
1872
1873
1874
# File 'lib/aws-sdk-costexplorer/types.rb', line 1867

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:



1867
1868
1869
1870
1871
1872
1873
1874
# File 'lib/aws-sdk-costexplorer/types.rb', line 1867

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