class Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsRequest

@note When making an API call, you may pass DescribeRecommendationExportJobsRequest

data as a hash:

    {
      job_ids: ["JobId"],
      filters: [
        {
          name: "ResourceType", # accepts ResourceType, JobStatus
          values: ["FilterValue"],
        },
      ],
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] job_ids

The identification numbers of the export jobs to return.

An export job ID is returned when you create an export using the
ExportAutoScalingGroupRecommendations or
ExportEC2InstanceRecommendations actions.

All export jobs created in the last seven days are returned if this
parameter is omitted.
@return [Array<String>]

@!attribute [rw] filters

An array of objects to specify a filter that returns a more specific
list of export jobs.
@return [Array<Types::JobFilter>]

@!attribute [rw] next_token

The token to advance to the next page of export jobs.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/DescribeRecommendationExportJobsRequest AWS API Documentation

Constants

SENSITIVE