Class: Aws::CostExplorer::Types::GetUsageForecastResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetUsageForecastResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#forecast_results_by_time ⇒ Array<Types::ForecastResult>
The forecasts for your query, in order.
-
#total ⇒ Types::MetricValue
How much you're forecasted to use over the forecast period.
Instance Attribute Details
#forecast_results_by_time ⇒ Array<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.
4678 4679 4680 4681 4682 4683 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4678 class GetUsageForecastResponse < Struct.new( :total, :forecast_results_by_time) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::MetricValue
How much you're forecasted to use over the forecast period.
4678 4679 4680 4681 4682 4683 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4678 class GetUsageForecastResponse < Struct.new( :total, :forecast_results_by_time) SENSITIVE = [] include Aws::Structure end |