Describes recommendation export jobs created in the last seven days
Source:R/computeoptimizer_operations.R
computeoptimizer_describe_recommendation_export_jobs.RdDescribes 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.
Usage
computeoptimizer_describe_recommendation_export_jobs(
jobIds = NULL,
filters = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- jobIds
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_recommendationsorexport_ec2_instance_recommendationsactions.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
nextTokenvalue.