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

ImageTagDetail

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

An object that represents the image tag details for an image.

interface ImageTagDetail {
createdAt?: Date | number | null;
imageDetail?: ReferencedImageDetail | null;
imageTag?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The time stamp that indicates when the image tag was created.

§
imageDetail?: ReferencedImageDetail | null
[src]

An object that describes the details of an image.

§
imageTag?: string | null
[src]

The tag that's associated with the image.