cleanroomsml_list_audience_export_jobs {paws.security.identity} | R Documentation |
Returns a list of the audience export jobs
Description
Returns a list of the audience export jobs.
See https://www.paws-r-sdk.com/docs/cleanroomsml_list_audience_export_jobs/ for full documentation.
Usage
cleanroomsml_list_audience_export_jobs(
nextToken = NULL,
maxResults = NULL,
audienceGenerationJobArn = NULL
)
Arguments
nextToken |
The token value retrieved from a previous call to access the next page of results. |
maxResults |
The maximum size of the results that is returned per call. |
audienceGenerationJobArn |
The Amazon Resource Name (ARN) of the audience generation job that you are interested in. |
[Package paws.security.identity version 0.9.0 Index]