Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeRecommendationExportJobsResponse

import type { DescribeRecommendationExportJobsResponse } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface DescribeRecommendationExportJobsResponse {
nextToken?: string | null;
recommendationExportJobs?: RecommendationExportJob[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to advance to the next page of export jobs.

This value is null when there are no more pages of export jobs to return.

§
recommendationExportJobs?: RecommendationExportJob[] | null
[src]

An array of objects that describe recommendation export jobs.