computeoptimizer_describe_recommendation_export_jobs: Describes recommendation export jobs created in the last...

View source: R/computeoptimizer_operations.R

computeoptimizer_describe_recommendation_export_jobsR Documentation

Describes recommendation export jobs created in the last seven days

Description

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.

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_recommendations or export_ec2_instance_recommendations actions.

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 nextToken value.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.