Values_2.VertexSourceA lineage entity connected to the starting entity(ies).
type nonrec t = {arn : Values_0.AssociationEntityArn.t option;The Amazon Resource Name (ARN) of the lineage entity resource.
*)type_ : String40.t option;The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...
*)lineageType : LineageType.t option;The type of resource of the lineage entity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.AssociationEntityArn.t ])
list ]