Values.EdgeStructureSourceContains information about an edge in a Neptune Analytics graph.
type nonrec t = {count : Long.t option;The number of instances of the edge in the graph.
*)edgeProperties : EdgeProperties.t option;A list of the properties associated with the edge.
*)}