@aws-sdk/client-apptest

UpdateTestCaseCommandInput Interface

The input for UpdateTestCaseCommand.

Members

Name
Type
Details
testCaseId Requiredstring | undefined

The test case ID of the test case.

description string | undefined

The description of the test case.

steps Step[] | undefined

The steps of the test case.

Full Signature

export interface UpdateTestCaseCommandInput extends UpdateTestCaseRequest