AWSAutoScalingBatchDeleteScheduledActionType

Objective-C

@interface AWSAutoScalingBatchDeleteScheduledActionType

Swift

class AWSAutoScalingBatchDeleteScheduledActionType
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;

    Swift

    var autoScalingGroupName: String? { get set }
  • The names of the scheduled actions to delete. The maximum number allowed is 50.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable scheduledActionNames;

    Swift

    var scheduledActionNames: [String]? { get set }