TaskSchedule
public struct TaskSchedule : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.
Declaration
Swift
public let scheduleExpression: String
-
Undocumented
Declaration
Swift
public init(scheduleExpression: String)
-
Declaration
Swift
public func validate(name: String) throws