Values_1.FolderMemberSourceAn asset in a Quick Sight folder, such as a dashboard, analysis, or dataset.
type nonrec t = {memberId : Values_0.RestrictiveResourceId.t option;The ID of an asset in the folder.
*)memberType : MemberType.t option;The type of asset that it is.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Values_0.RestrictiveResourceId.t ])
list ]