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

Eula

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

Represents a EULA resource.

interface Eula {
content?: string | null;
createdAt?: Date | number | null;
eulaId?: string | null;
name?: string | null;
updatedAt?: Date | number | null;
}

§Properties

§
content?: string | null
[src]

The EULA content.

§
createdAt?: Date | number | null
[src]

The ISO timestamp in seconds for when the resource was created.

§
eulaId?: string | null
[src]

The EULA ID.

§
name?: string | null
[src]

The name for the EULA.

§
updatedAt?: Date | number | null
[src]

The ISO timestamp in seconds for when the resource was updated.