@aws-sdk/client-apptest

ListTestRunStepsCommandInput Interface

Members

Name
Type
Details
testRunId Requiredstring | undefined

The test run ID of the test run steps.

maxResults number | undefined

The maximum number of test run steps to return in one page of results.

nextToken string | undefined

The token from a previous step to retrieve the next page of results.

testCaseId string | undefined

The test case ID of the test run steps.

testSuiteId string | undefined

The test suite ID of the test run steps.

Full Signature

export interface ListTestRunStepsCommandInput extends ListTestRunStepsRequest