The pagination elements required to retrieve the remaining data.

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 shipment items to return.

Memberof

Pagination