quicksight_list_asset_bundle_export_jobs: Lists all asset bundle export jobs that have been taken place...

View source: R/quicksight_operations.R

quicksight_list_asset_bundle_export_jobsR Documentation

Lists all asset bundle export jobs that have been taken place in the last 14 days

Description

Lists all asset bundle export jobs that have been taken place in the last 14 days. Jobs created more than 14 days ago are deleted forever and are not returned. If you are using the same job ID for multiple jobs, list_asset_bundle_export_jobs only returns the most recent job that uses the repeated job ID.

See https://www.paws-r-sdk.com/docs/quicksight_list_asset_bundle_export_jobs/ for full documentation.

Usage

quicksight_list_asset_bundle_export_jobs(
  AwsAccountId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that the export jobs were executed in.

NextToken

The token for the next set of results, or null if there are no more results.

MaxResults

The maximum number of results to be returned per request.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.