AWSAutoScalingDeleteScheduledActionType

Objective-C

@interface AWSAutoScalingDeleteScheduledActionType

Swift

class AWSAutoScalingDeleteScheduledActionType
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

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

    Swift

    var autoScalingGroupName: String? { get set }
  • The name of the action to delete.

    Declaration

    Objective-C

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

    Swift

    var scheduledActionName: String? { get set }