Values.MemberSummarySourceThe member object listed by the request.
type nonrec t = {accountId : AccountId.t option;The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
*)status : MemberStatus.t option;The status of the member.
*)displayName : DisplayName.t option;The member's display name.
*)abilities : MemberAbilities.t option;The abilities granted to the collaboration member.
*)mlAbilities : MLMemberAbilities.t option;Provides a summary of the ML abilities for the collaboration member.
*)createTime : Timestamp.t option;The time when the member was created.
*)updateTime : Timestamp.t option;The time the member metadata was last updated.
*)membershipId : UUID.t option;The unique ID for the member's associated membership, if present.
*)membershipArn : MembershipArn.t option;The unique ARN for the member's associated membership, if present.
*)paymentConfiguration : PaymentConfiguration.t option;The collaboration member's payment responsibilities set by the collaboration creator.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of AccountId.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]