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

S3KeyOutput

import type { S3KeyOutput } from "https://aws-api.deno.dev/v0.3/services/robomaker.ts?docs=full";

Information about S3 keys.

interface S3KeyOutput {
etag?: string | null;
s3Key?: string | null;
}

§Properties

§
etag?: string | null
[src]

The etag for the object.

§
s3Key?: string | null
[src]

The S3 key.