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

AttributeNameAndValue

import type { AttributeNameAndValue } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Identifies the attribute name and value for a typed link.

interface AttributeNameAndValue {
AttributeName: string;
}

§Properties

§
AttributeName: string
[src]

The attribute name of the typed link.

§

The value for the typed link.