AWSAutoScalingInstanceRefreshProgressDetails
Objective-C
@interface AWSAutoScalingInstanceRefreshProgressDetails
Swift
class AWSAutoScalingInstanceRefreshProgressDetails
Reports progress on replacing instances in an Auto Scaling group that has a warm pool. This includes separate details for instances in the warm pool and instances in the Auto Scaling group (the live pool).
-
Reports progress on replacing instances that are in the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingInstanceRefreshLivePoolProgress *_Nullable livePoolProgress;
Swift
var livePoolProgress: AWSAutoScalingInstanceRefreshLivePoolProgress? { get set }
-
Reports progress on replacing instances that are in the warm pool.
Declaration
Objective-C
@property (nonatomic, strong) AWSAutoScalingInstanceRefreshWarmPoolProgress *_Nullable warmPoolProgress;
Swift
var warmPoolProgress: AWSAutoScalingInstanceRefreshWarmPoolProgress? { get set }