BatchScheduleActionCreateRequest
public struct BatchScheduleActionCreateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of schedule actions to create.
Declaration
Swift
public let scheduleActions: [ScheduleAction]
-
Undocumented
Declaration
Swift
public init(scheduleActions: [ScheduleAction])
-
Declaration
Swift
public func validate(name: String) throws