View source: R/computeoptimizer_operations.R
computeoptimizer_describe_recommendation_export_jobs | R Documentation |
Describes recommendation export jobs created in the last seven days.
See https://www.paws-r-sdk.com/docs/computeoptimizer_describe_recommendation_export_jobs/ for full documentation.
computeoptimizer_describe_recommendation_export_jobs(
jobIds = NULL,
filters = NULL,
nextToken = NULL,
maxResults = NULL
)
jobIds |
The identification numbers of the export jobs to return. An export job ID is returned when you create an export using the
All export jobs created in the last seven days are returned if this parameter is omitted. |
filters |
An array of objects to specify a filter that returns a more specific list of export jobs. |
nextToken |
The token to advance to the next page of export jobs. |
maxResults |
The maximum number of export jobs to return with a single request. To retrieve the remaining results, make another request with the
returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.