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

BatchAttachObject

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

Represents the output of an "AttachObject" operation.

interface BatchAttachObject {
ChildReference: ObjectReference;
LinkName: string;
ParentReference: ObjectReference;
}

§Properties

§
ChildReference: ObjectReference
[src]

The child object reference that is to be attached to the object.

§
LinkName: string
[src]

The name of the link.

§
ParentReference: ObjectReference
[src]

The parent object reference.