Interface ListDraftDocumentsCommandInput

interface ListDraftDocumentsCommandInput {
    draftId: string;
    nextToken?: string;
    pageSize?: number;
}

Hierarchy (View Summary)

Properties

draftId: string

The id of the draft to list the documents of.

nextToken?: string

Token to get the next page of documents.

pageSize?: number

The amount of documents to return per page, at least 1, maximum 20.