Learn R Programming

paws.analytics (version 0.1.7)

quicksight_list_ingestions: Lists the history of SPICE ingestions for a dataset

Description

Lists the history of SPICE ingestions for a dataset.

Usage

quicksight_list_ingestions(DataSetId, NextToken, AwsAccountId,
  MaxResults)

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 AWS account ID.

MaxResults

The maximum number of results to be returned per request.

Request syntax

svc$list_ingestions(
  DataSetId = "string",
  NextToken = "string",
  AwsAccountId = "string",
  MaxResults = 123
)