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

ImageScanStatus

import type { ImageScanStatus } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

The current status of an image scan.

interface ImageScanStatus {
description?: string | null;
status?: ScanStatus | null;
}

§Properties

§
description?: string | null
[src]

The description of the image scan status.

§
status?: ScanStatus | null
[src]

The current state of an image scan.