Values.CollaborationSummarySourceThe metadata of the collaboration.
type nonrec t = {id : UUID.t option;The identifier for the collaboration.
*)arn : CollaborationArn.t option;The ARN of the collaboration.
*)name : CollaborationName.t option;A human-readable identifier provided by the collaboration owner. Display names are not unique.
*)creatorAccountId : AccountId.t option;The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
*)creatorDisplayName : DisplayName.t option;The display name of the collaboration creator.
*)createTime : Timestamp.t option;The time when the collaboration was created.
*)updateTime : Timestamp.t option;The time the collaboration metadata was last updated.
*)memberStatus : MemberStatus.t option;The status of a member in a collaboration.
*)membershipId : UUID.t option;The identifier of a member in a collaboration.
*)membershipArn : MembershipArn.t option;The ARN of a member in a collaboration.
*)analyticsEngine : AnalyticsEngine.t option;The analytics engine. After July 16, 2025, the CLEAN_ROOMS_SQL parameter will no longer be available.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of UUID.t | `Timestamp of Timestamp.t ])
list ]