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.

Pagination

interface Pagination {
    nextToken?: string;
}

Properties

Properties

nextToken?: string

A generated token to be passed in the next request to retrieve the next set of results.

Pagination