quicksight_search_analyses {paws.analytics} | R Documentation |
Searches for analyses that belong to the user specified in the filter
Description
Searches for analyses that belong to the user specified in the filter.
See https://www.paws-r-sdk.com/docs/quicksight_search_analyses/ for full documentation.
Usage
quicksight_search_analyses(
AwsAccountId,
Filters,
NextToken = NULL,
MaxResults = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the analyses that you're searching for. |
Filters |
[required] The structure for the search filters that you want to apply to your search. |
NextToken |
A pagination token that can be used in a subsequent request. |
MaxResults |
The maximum number of results to return. |
[Package paws.analytics version 0.9.0 Index]