BatchDeleteScheduledActionType
public struct BatchDeleteScheduledActionType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String
-
The names of the scheduled actions to delete. The maximum number allowed is 50.
Declaration
Swift
public let scheduledActionNames: [String]
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, scheduledActionNames: [String])
-
Declaration
Swift
public func validate(name: String) throws