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

DescribeRegistryResponse

import type { DescribeRegistryResponse } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface DescribeRegistryResponse {
Description?: string | null;
RegistryArn?: string | null;
RegistryName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

The description of the registry.

§
RegistryArn?: string | null
[src]

The ARN of the registry.

§
RegistryName?: string | null
[src]

The name of the registry.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags associated with the registry.