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

AttributeKeyAndValue

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

The combination of an attribute key and an attribute value.

interface AttributeKeyAndValue {}

§Properties

§

The key of the attribute.

§

The value of the attribute.