Values_2.LineageGroupSummarySourceLists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.
type nonrec t = {lineageGroupArn : Values_1.LineageGroupArn.t option;The Amazon Resource Name (ARN) of the lineage group resource.
*)lineageGroupName : Values_0.ExperimentEntityName.t option;The name or Amazon Resource Name (ARN) of the lineage group.
*)displayName : Values_0.ExperimentEntityName.t option;The display name of the lineage group summary.
*)creationTime : Values_0.Timestamp.t option;The creation time of the lineage group summary.
*)lastModifiedTime : Values_0.Timestamp.t option;The last modified time of the lineage group summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.LineageGroupArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]