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

AttachObjectRequest

import type { AttachObjectRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface AttachObjectRequest {
ChildReference: ObjectReference;
DirectoryArn: string;
LinkName: string;
ParentReference: ObjectReference;
}

§Properties

§
ChildReference: ObjectReference
[src]

The child object reference to be attached to the object.

§
DirectoryArn: string
[src]

Amazon Resource Name (ARN) that is associated with the "Directory" where both objects reside. For more information, see "arns".

§
LinkName: string
[src]

The link name with which the child object is attached to the parent.

§
ParentReference: ObjectReference
[src]

The parent object reference.