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

ListPolicyAttachmentsResponse

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

§Properties

§
NextToken?: string | null
[src]

The pagination token.

§
ObjectIdentifiers?: string[] | null
[src]

A list of ObjectIdentifiers to which the policy is attached.