Interface UpdatePearsonCourseCommandOutput

interface UpdatePearsonCourseCommandOutput {
    $metadata: ResponseMetadata;
    pearsonCourse: PearsonCourse;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

pearsonCourse: PearsonCourse

The Pearson course after the update. Named for the Pearson resource rather than plainly course, so it is not mistaken for the CodeGrade course of the same context.