Module Values_2.LineageGroupSummarySource

Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.

Sourcetype nonrec t = {
  1. lineageGroupArn : Values_1.LineageGroupArn.t option;
    (*

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

    *)
  2. lineageGroupName : Values_0.ExperimentEntityName.t option;
    (*

    The name or Amazon Resource Name (ARN) of the lineage group.

    *)
  3. displayName : Values_0.ExperimentEntityName.t option;
    (*

    The display name of the lineage group summary.

    *)
  4. creationTime : Values_0.Timestamp.t option;
    (*

    The creation time of the lineage group summary.

    *)
  5. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The last modified time of the lineage group summary.

    *)
}
Sourceval make : ?lineageGroupArn:??? -> ?lineageGroupName:??? -> ?displayName:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.LineageGroupArn.t | `Timestamp of Values_0.Timestamp.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