Values.LabelGroupSummarySourceContains information about the label group.
type nonrec t = {labelGroupName : LabelGroupName.t option;The name of the label group.
*)labelGroupArn : LabelGroupArn.t option;The Amazon Resource Name (ARN) of the label group.
*)createdAt : Timestamp.t option;The time at which the label group was created.
*)updatedAt : Timestamp.t option;The time at which the label group was updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of LabelGroupName.t | `Timestamp of Timestamp.t ])
list ]