Module Values_1.FolderMemberSource

An asset in a Quick Sight folder, such as a dashboard, analysis, or dataset.

Sourcetype nonrec t = {
  1. memberId : Values_0.RestrictiveResourceId.t option;
    (*

    The ID of an asset in the folder.

    *)
  2. memberType : MemberType.t option;
    (*

    The type of asset that it is.

    *)
}
Sourceval make : ?memberId:??? -> ?memberType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.RestrictiveResourceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t