interface ListParallelDataResponse {
    NextToken?: string;
    ParallelDataPropertiesList?: ParallelDataProperties[];
}

Hierarchy (view full)

Properties

NextToken?: string

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

ParallelDataPropertiesList?: ParallelDataProperties[]

The properties of the parallel data resources returned by this request.