Interface ListDraftDocumentsResponse

interface ListDraftDocumentsResponse {
    documents: DraftDocument[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

documents: DraftDocument[]

A page of documents in this draft.

nextToken?: string

Token to get the next page of documents.