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

RecommendationExportJob

import type { RecommendationExportJob } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/computeoptimizer.ts";
interface RecommendationExportJob {
creationTimestamp?: Date | number | null;
destination?: ExportDestination | null;
failureReason?: string | null;
jobId?: string | null;
lastUpdatedTimestamp?: Date | number | null;
resourceType?: ResourceType | null;
status?: JobStatus | null;
}

§Properties

§
creationTimestamp?: Date | number | null
[src]
§
destination?: ExportDestination | null
[src]
§
failureReason?: string | null
[src]
§
jobId?: string | null
[src]
§
lastUpdatedTimestamp?: Date | number | null
[src]
§
resourceType?: ResourceType | null
[src]
§
status?: JobStatus | null
[src]