Values_2.UserSummarySourceContains summary information about a user.
type nonrec t = {id : Values_0.UserId.t option;The identifier of the user account.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the user account.
*)username : Values_0.AgentUsername.t option;The Amazon Connect user name of the user account.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.UserId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]