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

GetLinkAttributesRequest

import type { GetLinkAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface GetLinkAttributesRequest {
AttributeNames: string[];
ConsistencyLevel?: ConsistencyLevel | null;
DirectoryArn: string;
TypedLinkSpecifier: TypedLinkSpecifier;
}

§Properties

§
AttributeNames: string[]
[src]

A list of attribute names whose values will be retrieved.

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

The consistency level at which to retrieve the attributes on a typed link.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see "arns" or Typed Links.

§
TypedLinkSpecifier: TypedLinkSpecifier
[src]

Allows a typed link specifier to be accepted as input.