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

DeletableAttribute

import type { DeletableAttribute } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface DeletableAttribute {
Name: string;
Value?: string | null;
}

§Properties

§
Name: string
[src]

The name of the attribute.

§
Value?: string | null
[src]

The value of the attribute.