interface TestCaseLatestVersionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_apptest.CfnTestCase.TestCaseLatestVersionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_TestCaseLatestVersionProperty |
![]() | software.amazon.awscdk.services.apptest.CfnTestCase.TestCaseLatestVersionProperty |
![]() | aws_cdk.aws_apptest.CfnTestCase.TestCaseLatestVersionProperty |
![]() | aws-cdk-lib » aws_apptest » CfnTestCase » TestCaseLatestVersionProperty |
Specifies the latest version of a test case.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apptest as apptest } from 'aws-cdk-lib';
const testCaseLatestVersionProperty: apptest.CfnTestCase.TestCaseLatestVersionProperty = {
status: 'status',
version: 123,
};
Properties
Name | Type | Description |
---|---|---|
status | string | The status of the test case latest version. |
version | number | The version of the test case latest version. |
status
Type:
string
The status of the test case latest version.
version
Type:
number
The version of the test case latest version.