Values.ScheduleGroupSummarySourceThe details of a schedule group.
type nonrec t = {arn : ScheduleGroupArn.t option;The Amazon Resource Name (ARN) of the schedule group.
*)creationDate : CreationDate.t option;The time at which the schedule group was created.
*)lastModificationDate : LastModificationDate.t option;The time at which the schedule group was last modified.
*)name : ScheduleGroupName.t option;The name of the schedule group.
*)state : ScheduleGroupState.t option;Specifies the state of the schedule group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ScheduleGroupArn.t
| `Timestamp of CreationDate.t ])
list ]