GetUsageForecastResponse
public struct GetUsageForecastResponse : 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’re forecasted to use over the forecast period.
Declaration
Swift
public let total: MetricValue?
-
Undocumented
Declaration
Swift
public init(forecastResultsByTime: [ForecastResult]? = nil, total: MetricValue? = nil)