Values.WorkGroupSummarySourceThe summary information for the workgroup, which includes its name, state, description, and the date and time it was created.
type nonrec t = {name : WorkGroupName.t option;The name of the workgroup.
*)state : WorkGroupState.t option;The state of the workgroup.
*)description : WorkGroupDescriptionString.t option;The workgroup description.
*)creationTime : Date.t option;The workgroup creation date and time.
*)engineVersion : EngineVersion.t option;The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
*)identityCenterApplicationArn : IdentityCenterApplicationArn.t option;The ARN of the IAM Identity Center enabled application associated with the workgroup.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of WorkGroupName.t
| `Structure of (string * [> `String of NameString.t ]) list
| `Timestamp of Date.t ])
list ]