Values.IdMappingTableSummarySourceDetailed information about the ID mapping table.
type nonrec t = {collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this ID mapping table.
*)membershipId : MembershipIdentifier.t option;The unique identifier of the membership resource for this ID mapping table.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.
*)createTime : Timestamp.t option;The time at which this ID mapping table was created.
*)updateTime : Timestamp.t option;The most recent time at which this ID mapping table was updated.
*)id : UUID.t option;The unique identifier of this ID mapping table.
*)arn : IdMappingTableArn.t option;The Amazon Resource Name (ARN) of this ID mapping table.
*)description : ResourceDescription.t option;The description of this ID mapping table.
*)inputReferenceConfig : IdMappingTableInputReferenceConfig.t option;The input reference configuration for the ID mapping table.
*)name : ResourceAlias.t option;The name of this ID mapping table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of CollaborationArn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of IdMappingTableInputReferenceArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]