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

BatchUpdateObjectAttributes

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

Represents the output of a BatchUpdate operation.

interface BatchUpdateObjectAttributes {
AttributeUpdates: ObjectAttributeUpdate[];
ObjectReference: ObjectReference;
}

§Properties

§
AttributeUpdates: ObjectAttributeUpdate[]
[src]

Attributes update structure.

§
ObjectReference: ObjectReference
[src]

Reference that identifies the object.