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
)
The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the
export_auto_scaling_group_recommendations
or
export_ec2_instance_recommendations
actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
An array of objects to specify a filter that returns a more specific list of export jobs.
The token to advance to the next page of export jobs.
The maximum number of export jobs to return with a single request.
To retrieve the remaining results, make another request with the
returned nextToken
value.