The input for ListParallelDataCommand.

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

Hierarchy (view full)

Properties

MaxResults?: number

The maximum number of parallel data resources returned for each request.

NextToken?: string

A string that specifies the next page of results to return in a paginated response.