Values_1.RoutingProfileReferenceSourceInformation about the routing profile assigned to the user.
type nonrec t = {id : Values_0.RoutingProfileId.t option;The identifier of the routing profile.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the routing profile.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.RoutingProfileId.t ]) list ]