- Navigation Guide
@aws-sdk/client-apptest
CreateTestCaseCommandInput Interface
The input for CreateTestCaseCommand.
Members
Name | Type | Details |
---|---|---|
name Required | string | undefined | The name of the test case. |
steps Required | Step[] | undefined | The steps in the test case. |
clientToken | string | undefined | The client token of the test case. |
description | string | undefined | The description of the test case. |
tags | Record<string, string> | undefined | The specified tags of the test case. |
Full Signature
export interface CreateTestCaseCommandInput extends CreateTestCaseRequest