Class: Aws::CostExplorer::Types::GetUsageForecastResponse

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:



4664
4665
4666
4667
4668
4669
# File 'lib/aws-sdk-costexplorer/types.rb', line 4664

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

#totalTypes::MetricValue

How much you’re forecasted to use over the forecast period.

Returns:



4664
4665
4666
4667
4668
4669
# File 'lib/aws-sdk-costexplorer/types.rb', line 4664

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