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

LinkAttributeUpdate

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

Structure that contains attribute update information.

interface LinkAttributeUpdate {
AttributeAction?: LinkAttributeAction | null;
AttributeKey?: AttributeKey | null;
}

§Properties

§
AttributeAction?: LinkAttributeAction | null
[src]

The action to perform as part of the attribute update.

§
AttributeKey?: AttributeKey | null
[src]

The key of the attribute being updated.