Values.ScheduledPlanExecutionMemberSourceContains information about a scheduled backup plan execution, including the execution time, rule type, and associated rule identifier.
type nonrec t = {executionTime : string option;The timestamp when the backup is scheduled to run, in Unix format and Coordinated Universal Time (UTC). The value is accurate to milliseconds.
*)ruleId : string option;The unique identifier of the backup rule that will execute at the scheduled time.
*)ruleExecutionType : RuleExecutionType.t option;The type of backup rule execution. Valid values are CONTINUOUS (point-in-time recovery), SNAPSHOTS (snapshot backups), or CONTINUOUS_AND_SNAPSHOTS (both types combined).
*)}