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

ListObjectPoliciesResponse

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

§Properties

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

A list of policy ObjectIdentifiers, that are attached to the object.

§
NextToken?: string | null
[src]

The pagination token.