The input for DeleteParallelDataCommand.

interface DeleteParallelDataCommandInput {
    Name: undefined | string;
}

Hierarchy (view full)

Properties

Properties

Name: undefined | string

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