AWSAutoScalingBatchPutScheduledUpdateGroupActionType
Objective-C
@interface AWSAutoScalingBatchPutScheduledUpdateGroupActionType
Swift
class AWSAutoScalingBatchPutScheduledUpdateGroupActionType
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;
Swift
var autoScalingGroupName: String? { get set }
-
One or more scheduled actions. The maximum number allowed is 50.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingScheduledUpdateGroupActionRequest *> *_Nullable scheduledUpdateGroupActions;
Swift
var scheduledUpdateGroupActions: [AWSAutoScalingScheduledUpdateGroupActionRequest]? { get set }