Class CfnTemplate.DecimalPlacesConfigurationProperty
The option that determines the decimal places configuration.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DecimalPlacesConfigurationProperty : Object, CfnTemplate.IDecimalPlacesConfigurationProperty
Syntax (vb)
Public Class DecimalPlacesConfigurationProperty
Inherits Object
Implements CfnTemplate.IDecimalPlacesConfigurationProperty
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.QuickSight;
var decimalPlacesConfigurationProperty = new DecimalPlacesConfigurationProperty {
DecimalPlaces = 123
};
Synopsis
Constructors
Decimal |
Properties
Decimal |
The values of the decimal places. |
Constructors
DecimalPlacesConfigurationProperty()
public DecimalPlacesConfigurationProperty()
Properties
DecimalPlaces
The values of the decimal places.
public double DecimalPlaces { get; set; }
Property Value
System.