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

Attribute

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

§Properties

§
AlternateNameEncoding?: string | null
[src]
§
AlternateValueEncoding?: string | null
[src]
§
Name: string
[src]

The name of the attribute.

§
Value: string
[src]

The value of the attribute.