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

GetRegistryResponse

import type { GetRegistryResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetRegistryResponse {
CreatedTime?: string | null;
Description?: string | null;
RegistryArn?: string | null;
RegistryName?: string | null;
Status?: RegistryStatus | null;
UpdatedTime?: string | null;
}

§Properties

§
CreatedTime?: string | null
[src]

The date and time the registry was created.

§
Description?: string | null
[src]

A description of the registry.

§
RegistryArn?: string | null
[src]

The Amazon Resource Name (ARN) of the registry.

§
RegistryName?: string | null
[src]

The name of the registry.

§
Status?: RegistryStatus | null
[src]

The status of the registry.

§
UpdatedTime?: string | null
[src]

The date and time the registry was updated.