- Navigation Guide
@aws-sdk/client-apptest
ListTestCasesCommandOutput Interface
The output of ListTestCasesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
testCases Required | TestCaseSummary[] | undefined | The test cases in an application. |
nextToken | string | undefined | The next token in test cases. |
Full Signature
export interface ListTestCasesCommandOutput extends ListTestCasesResponse, MetadataBearer