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

ListTypedLinkFacetAttributesResponse

import type { ListTypedLinkFacetAttributesResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListTypedLinkFacetAttributesResponse {
Attributes?: TypedLinkAttributeDefinition[] | null;
NextToken?: string | null;
}

§Properties

§
Attributes?: TypedLinkAttributeDefinition[] | null
[src]

An ordered set of attributes associate with the typed link.

§
NextToken?: string | null
[src]

The pagination token.