The output of ListParallelDataCommand.

interface ListParallelDataCommandOutput {
    $metadata: ResponseMetadata;
    NextToken?: string;
    ParallelDataPropertiesList?: ParallelDataProperties[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.