- Navigation Guide
@aws-sdk/client-apptest
UpdateTestCaseCommandInput Interface
The input for UpdateTestCaseCommand.
Members
Name | Type | Details |
---|---|---|
testCaseId Required | string | 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