interface DeleteProjectVersionRequest {
    ProjectVersionArn: undefined | string;
}

Hierarchy (view full)

Properties

ProjectVersionArn: undefined | string

The Amazon Resource Name (ARN) of the project version that you want to delete.