Values_1.QuickConnectSourceContains information about a quick connect.
type nonrec t = {quickConnectARN : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the quick connect.
*)quickConnectId : Values_0.QuickConnectId.t option;The identifier for the quick connect.
*)name : Values_0.QuickConnectName.t option;The name of the quick connect.
*)description : Values_0.QuickConnectDescription.t option;The description.
*)quickConnectConfig : Values_0.QuickConnectConfig.t option;Contains information about the quick connect.
*)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
* [> `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ARN.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]