Values_2.FolderSourceA folder in Quick Sight.
type nonrec t = {folderId : Values_0.RestrictiveResourceId.t option;The ID of the folder.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) for the folder.
*)name : Values_1.FolderName.t option;A display name for the folder.
*)folderType : Values_1.FolderType.t option;The type of folder it is.
*)folderPath : Path.t option;An array of ancestor ARN strings for the 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
| `List of [> `String of Values_0.Arn.t ] list
| `String of Values_0.RestrictiveResourceId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]