GetCostForecastResponse
public struct GetCostForecastResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let forecastResultsByTime: [ForecastResult]? -
How much you are forecasted to spend over the forecast period, in USD.
Declaration
Swift
public let total: MetricValue? -
Undocumented
Declaration
Swift
public init(forecastResultsByTime: [ForecastResult]? = nil, total: MetricValue? = nil)
View on GitHub
GetCostForecastResponse Structure Reference