Export

Pagination

interface Pagination {
    nextToken?: string;
}

Properties

Properties

nextToken?: string

A generated string used to pass information to your next request. If NextToken is returned, pass the value of NextToken to the next request. If NextToken is not returned, there are no more order items to return.

Memberof

Pagination