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

BatchGetLinkAttributes

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

Retrieves attributes that are associated with a typed link inside a "BatchRead" operation. For more information, see "GetLinkAttributes" and "BatchReadRequest$Operations".

interface BatchGetLinkAttributes {
AttributeNames: string[];
TypedLinkSpecifier: TypedLinkSpecifier;
}

§Properties

§
AttributeNames: string[]
[src]

A list of attribute names whose values will be retrieved.

§
TypedLinkSpecifier: TypedLinkSpecifier
[src]

Allows a typed link specifier to be accepted as input.