Class CfnVirtualNode.DurationProperty
An object that represents a duration of time.
Inheritance
System.Object
CfnVirtualNode.DurationProperty
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DurationProperty : Object, CfnVirtualNode.IDurationProperty
Syntax (vb)
Public Class DurationProperty
Inherits Object
Implements CfnVirtualNode.IDurationProperty
Remarks
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.AWS.AppMesh;
var durationProperty = new DurationProperty {
Unit = "unit",
Value = 123
};
Synopsis
Constructors
DurationProperty() |
Properties
Unit | A unit of time. |
Value | A number of time units. |
Constructors
DurationProperty()
public DurationProperty()
Properties
Unit
A unit of time.
public string Unit { get; set; }
Property Value
System.String
Remarks
Value
A number of time units.
public double Value { get; set; }
Property Value
System.Double