- Navigation Guide
@aws-sdk/client-apptest
GetTestCaseCommandOutput Interface
The output of GetTestCaseCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
creationTime Required | Date | undefined | The creation time of the test case. |
lastUpdateTime Required | Date | undefined | The last update time of the test case. |
latestVersion Required | TestCaseLatestVersion | undefined | The latest version of the test case. |
name Required | string | undefined | The name of the test case. |
status Required | TestCaseLifecycle | undefined | The status of the test case. |
steps Required | Step[] | undefined | The steps of the test case. |
testCaseArn Required | string | undefined | The Amazon Resource Name (ARN) of the test case. |
testCaseId Required | string | undefined | The response test ID of the test case. |
testCaseVersion Required | number | undefined | The case version of the test case. |
description | string | undefined | The description of the test case. |
statusReason | string | undefined | The status reason of the test case. |
tags | Record<string, string> | undefined | The tags of the test case. |
Full Signature
export interface GetTestCaseCommandOutput extends GetTestCaseResponse, MetadataBearer