The output of CopyProjectVersionCommand.

interface CopyProjectVersionCommandOutput {
    $metadata: ResponseMetadata;
    ProjectVersionArn?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

ProjectVersionArn?: string

The ARN of the copied model version in the destination project.