Module Values_2.VertexSource

A lineage entity connected to the starting entity(ies).

Sourcetype nonrec t = {
  1. arn : Values_0.AssociationEntityArn.t option;
    (*

    The Amazon Resource Name (ARN) of the lineage entity resource.

    *)
  2. type_ : String40.t option;
    (*

    The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...

    *)
  3. lineageType : LineageType.t option;
    (*

    The type of resource of the lineage entity.

    *)
}
Sourceval make : ?arn:??? -> ?type_:??? -> ?lineageType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.AssociationEntityArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t