List Folder Members
| quicksight_list_folder_members | R Documentation |
List all assets (DASHBOARD, ANALYSIS, and DATASET) in a folder¶
Description¶
List all assets (DASHBOARD, ANALYSIS, and DATASET) in a folder.
Usage¶
Arguments¶
AwsAccountId[required] The ID for the Amazon Web Services account that contains the folder.
FolderId[required] The ID of the folder.
NextTokenThe token for the next set of results, or null if there are no more results.
MaxResultsThe maximum number of results to be returned per request.
Value¶
A list with the following syntax:
list(
Status = 123,
FolderMemberList = list(
list(
MemberId = "string",
MemberArn = "string"
)
),
NextToken = "string",
RequestId = "string"
)