Values_2.QuickConnectSummarySourceContains summary information about a quick connect.
type nonrec t = {id : Values_0.QuickConnectId.t option;The identifier for the quick connect.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the quick connect.
*)name : Values_0.QuickConnectName.t option;The name of the quick connect.
*)quickConnectType : Values_0.QuickConnectType.t option;The type of quick connect. In the Amazon Connect admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
*)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
* [> `Enum of string
| `String of Values_0.QuickConnectId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]