quicksight_list_ingestions {paws.analytics} | R Documentation |
Lists the history of SPICE ingestions for a dataset
Description
Lists the history of SPICE ingestions for a dataset.
See https://www.paws-r-sdk.com/docs/quicksight_list_ingestions/ for full documentation.
Usage
quicksight_list_ingestions(
DataSetId,
NextToken = NULL,
AwsAccountId,
MaxResults = NULL
)
Arguments
DataSetId |
[required] The ID of the dataset used in the ingestion. |
NextToken |
The token for the next set of results, or null if there are no more results. |
AwsAccountId |
[required] The Amazon Web Services account ID. |
MaxResults |
The maximum number of results to be returned per request. |
[Package paws.analytics version 0.9.0 Index]