@aws-sdk/client-apptest

ListTestCasesCommandOutput Interface

The output of ListTestCasesCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
testCases RequiredTestCaseSummary[] | undefined

The test cases in an application.

nextToken string | undefined

The next token in test cases.

Full Signature

export interface ListTestCasesCommandOutput extends ListTestCasesResponse, MetadataBearer