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

GetAttributesResult

import type { GetAttributesResult } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface GetAttributesResult {
Attributes: Attribute[];
}

§Properties

§
Attributes: Attribute[]
[src]

The list of attributes returned by the operation.