Show / Hide Table of Contents

Class CfnTestCasePropsMixin.TestCaseLatestVersionProperty

Specifies the latest version of a test case.

Inheritance
object
CfnTestCasePropsMixin.TestCaseLatestVersionProperty
Implements
CfnTestCasePropsMixin.ITestCaseLatestVersionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.TestCaseLatestVersionProperty : CfnTestCasePropsMixin.ITestCaseLatestVersionProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.TestCaseLatestVersionProperty Implements CfnTestCasePropsMixin.ITestCaseLatestVersionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-testcaselatestversion.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins;

             var testCaseLatestVersionProperty = new TestCaseLatestVersionProperty {
                 Status = "status",
                 Version = 123
             };

Synopsis

Constructors

TestCaseLatestVersionProperty()

Specifies the latest version of a test case.

Properties

Status

The status of the test case latest version.

Version

The version of the test case latest version.

Constructors

TestCaseLatestVersionProperty()

Specifies the latest version of a test case.

public TestCaseLatestVersionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-testcaselatestversion.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins;

             var testCaseLatestVersionProperty = new TestCaseLatestVersionProperty {
                 Status = "status",
                 Version = 123
             };

Properties

Status

The status of the test case latest version.

public string? Status { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-testcaselatestversion.html#cfn-apptest-testcase-testcaselatestversion-status

Version

The version of the test case latest version.

public double? Version { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-testcaselatestversion.html#cfn-apptest-testcase-testcaselatestversion-version

Implements

CfnTestCasePropsMixin.ITestCaseLatestVersionProperty
Back to top Generated by DocFX