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

Owner

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

Container for the owner's display name and ID.

interface Owner {
DisplayName?: string | null;
ID?: string | null;
}

§Properties

§
DisplayName?: string | null
[src]

Container for the display name of the owner.

§
ID?: string | null
[src]

Container for the ID of the owner.