Values_2.FolderSummarySourceA summary of information about an existing Quick Sight folder.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the folder.
*)folderId : Values_0.RestrictiveResourceId.t option;The ID of the folder.
*)name : Values_1.FolderName.t option;The display name of the folder.
*)folderType : Values_1.FolderType.t option;The type of folder.
*)createdTime : Values_0.Timestamp.t option;The time that the folder was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The time that the folder was last updated.
*)sharingModel : Values_1.SharingModel.t option;The sharing scope of the folder.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]