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

ReplaceableAttribute

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

§Properties

§
Name: string
[src]

The name of the replaceable attribute.

§
Replace?: boolean | null
[src]

A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is

false
§
Value: string
[src]

The value of the replaceable attribute.