Class: Aws::CostExplorer::Types::GetCostForecastResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forecast_results_by_timeArray<Types::ForecastResult>

The forecasts for your query, in order. For ‘DAILY` forecasts, this is a list of days. For `MONTHLY` forecasts, this is a list of months.

Returns:



2760
2761
2762
2763
2764
2765
# File 'lib/aws-sdk-costexplorer/types.rb', line 2760

class GetCostForecastResponse < Struct.new(
  :total,
  :forecast_results_by_time)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::MetricValue

How much you are forecasted to spend over the forecast period, in ‘USD`.

Returns:



2760
2761
2762
2763
2764
2765
# File 'lib/aws-sdk-costexplorer/types.rb', line 2760

class GetCostForecastResponse < Struct.new(
  :total,
  :forecast_results_by_time)
  SENSITIVE = []
  include Aws::Structure
end