Values.AthenaPropertiesPatchSourceThe Amazon Athena properties patch of a connection.
type nonrec t = {workgroupName : AthenaPropertiesPatchWorkgroupNameString.t option;The Amazon Athena workgroup name of a connection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AthenaPropertiesPatchWorkgroupNameString.t ])
list ]