ForecastResult
public struct ForecastResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The mean value of the forecast.
Declaration
Swift
public let meanValue: String?
-
The lower limit for the prediction interval.
Declaration
Swift
public let predictionIntervalLowerBound: String?
-
The upper limit for the prediction interval.
Declaration
Swift
public let predictionIntervalUpperBound: String?
-
The period of time that the forecast covers.
Declaration
Swift
public let timePeriod: DateInterval?
-
Undocumented
Declaration
Swift
public init(meanValue: String? = nil, predictionIntervalLowerBound: String? = nil, predictionIntervalUpperBound: String? = nil, timePeriod: DateInterval? = nil)