AWSAutoScalingGetPredictiveScalingForecastAnswer
Objective-C
@interface AWSAutoScalingGetPredictiveScalingForecastAnswer
Swift
class AWSAutoScalingGetPredictiveScalingForecastAnswer
-
The capacity forecast.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingCapacityForecast *_Nullable capacityForecast;Swift
var capacityForecast: AWSAutoScalingCapacityForecast? { get set } -
The load forecast.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingLoadForecast *> *_Nullable loadForecast;Swift
var loadForecast: [AWSAutoScalingLoadForecast]? { get set } -
The time the forecast was made.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable updateTime;Swift
var updateTime: Date? { get set }
View on GitHub
Install in Dash
AWSAutoScalingGetPredictiveScalingForecastAnswer Class Reference