AWSAutoScalingTerminateInstanceInAutoScalingGroupType
Objective-C
@interface AWSAutoScalingTerminateInstanceInAutoScalingGroupType
Swift
class AWSAutoScalingTerminateInstanceInAutoScalingGroupType
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }
-
Indicates whether terminating the instance also decrements the size of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable shouldDecrementDesiredCapacity;
Swift
var shouldDecrementDesiredCapacity: NSNumber? { get set }