The input for ListCollectionsCommand.

interface ListCollectionsCommandInput {
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

MaxResults?: number

Maximum number of collection IDs to return.

NextToken?: string

Pagination token from the previous response.