Module Values_1.RoutingProfileReferenceSource

Information about the routing profile assigned to the user.

Sourcetype nonrec t = {
  1. id : Values_0.RoutingProfileId.t option;
    (*

    The identifier of the routing profile.

    *)
  2. arn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the routing profile.

    *)
}
Sourceval make : ?id:??? -> ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.RoutingProfileId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t