The output of DeleteParallelDataCommand.

interface DeleteParallelDataCommandOutput {
    $metadata: ResponseMetadata;
    Name?: string;
    Status?: ParallelDataStatus;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Name?: string

The name of the parallel data resource that is being deleted.

The status of the parallel data deletion.