quicksight_search_data_sets {paws.analytics} | R Documentation |
Use the SearchDataSets operation to search for datasets that belong to an account
Description
Use the search_data_sets
operation to search for datasets that belong to an account.
See https://www.paws-r-sdk.com/docs/quicksight_search_data_sets/ for full documentation.
Usage
quicksight_search_data_sets(
AwsAccountId,
Filters,
NextToken = NULL,
MaxResults = NULL
)
Arguments
AwsAccountId |
[required] The Amazon Web Services account ID. |
Filters |
[required] The filters to apply to the search. |
NextToken |
A pagination token that can be used in a subsequent request. |
MaxResults |
The maximum number of results to be returned per request. |
[Package paws.analytics version 0.9.0 Index]