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

UpdateObjectAttributesRequest

import type { UpdateObjectAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface UpdateObjectAttributesRequest {
AttributeUpdates: ObjectAttributeUpdate[];
DirectoryArn: string;
ObjectReference: ObjectReference;
}

§Properties

§
AttributeUpdates: ObjectAttributeUpdate[]
[src]

The attributes update structure.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where the object resides. For more information, see "arns".

§
ObjectReference: ObjectReference
[src]

The reference that identifies the object.