ModifySnapshotScheduleMessage
public struct ModifySnapshotScheduleMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, “cron(30 12 *)” or “rate(12 hours)”.
Declaration
Swift
public let scheduleDefinitions: [String] -
A unique alphanumeric identifier of the schedule to modify.
Declaration
Swift
public let scheduleIdentifier: String -
Undocumented
Declaration
Swift
public init(scheduleDefinitions: [String], scheduleIdentifier: String)
View on GitHub
ModifySnapshotScheduleMessage Structure Reference