BatchPutScheduledUpdateGroupActionType
public struct BatchPutScheduledUpdateGroupActionType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String -
One or more scheduled actions. The maximum number allowed is 50.
Declaration
Swift
public let scheduledUpdateGroupActions: [ScheduledUpdateGroupActionRequest] -
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String, scheduledUpdateGroupActions: [ScheduledUpdateGroupActionRequest]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
BatchPutScheduledUpdateGroupActionType Structure Reference