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

ObjectAttributeUpdate

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

Structure that contains attribute update information.

interface ObjectAttributeUpdate {
ObjectAttributeAction?: ObjectAttributeAction | null;
ObjectAttributeKey?: AttributeKey | null;
}

§Properties

§
ObjectAttributeAction?: ObjectAttributeAction | null
[src]

The action to perform as part of the attribute update.

§
ObjectAttributeKey?: AttributeKey | null
[src]

The key of the attribute being updated.