AWSAutoScalingDeleteAutoScalingGroupType
Objective-C
@interface AWSAutoScalingDeleteAutoScalingGroupType
Swift
class AWSAutoScalingDeleteAutoScalingGroupType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated. This action also deletes any outstanding lifecycle actions associated with the group.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable forceDelete;
Swift
var forceDelete: NSNumber? { get set }