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

ListFacetAttributesResponse

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

§Properties

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

The attributes attached to the facet.

§
NextToken?: string | null
[src]

The pagination token.