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

ListPolicyAttachmentsRequest

import type { ListPolicyAttachmentsRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListPolicyAttachmentsRequest {
ConsistencyLevel?: ConsistencyLevel | null;
DirectoryArn: string;
MaxResults?: number | null;
NextToken?: string | null;
PolicyReference: ObjectReference;
}

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where objects reside. For more information, see "arns".

§
MaxResults?: number | null
[src]

The maximum number of items to be retrieved in a single call. This is an approximate number.

§
NextToken?: string | null
[src]

The pagination token.

§
PolicyReference: ObjectReference
[src]

The reference that identifies the policy object.