Values.ScheduleSummarySourceThe details of a schedule.
type nonrec t = {arn : ScheduleArn.t option;The Amazon Resource Name (ARN) of the schedule.
*)creationDate : CreationDate.t option;The time at which the schedule was created.
*)groupName : ScheduleGroupName.t option;The name of the schedule group associated with this schedule.
*)lastModificationDate : LastModificationDate.t option;The time at which the schedule was last modified.
*)name : Name.t option;The name of the schedule.
*)state : ScheduleState.t option;Specifies whether the schedule is enabled or disabled.
*)target : TargetSummary.t option;The schedule's target details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ScheduleArn.t
| `Structure of (string * [> `String of TargetArn.t ]) list
| `Timestamp of CreationDate.t ])
list ]