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

Grantee

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

Contains information about the grantee.

interface Grantee {
DisplayName?: string | null;
EmailAddress?: string | null;
ID?: string | null;
Type: Type;
URI?: string | null;
}

§Properties

§
DisplayName?: string | null
[src]

Screen name of the grantee.

§
EmailAddress?: string | null
[src]

Email address of the grantee.

§
ID?: string | null
[src]

The canonical user ID of the grantee.

§
Type: Type
[src]

Type of grantee

§
URI?: string | null
[src]

URI of the grantee group.