The output of CreateParallelDataCommand.

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

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

Name?: string

The custom name that you assigned to the parallel data resource.

The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.