Show / Hide Table of Contents

Class CfnTemplate.DecimalPlacesConfigurationProperty

The option that determines the decimal places configuration.

Inheritance
System.Object
CfnTemplate.DecimalPlacesConfigurationProperty
Implements
CfnTemplate.IDecimalPlacesConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class DecimalPlacesConfigurationProperty : Object, CfnTemplate.IDecimalPlacesConfigurationProperty
Syntax (vb)
Public Class DecimalPlacesConfigurationProperty
    Inherits Object
    Implements CfnTemplate.IDecimalPlacesConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-decimalplacesconfiguration.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.AWS.QuickSight;

var decimalPlacesConfigurationProperty = new DecimalPlacesConfigurationProperty {
    DecimalPlaces = 123
};

Synopsis

Constructors

DecimalPlacesConfigurationProperty()

Properties

DecimalPlaces

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.Double

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-decimalplacesconfiguration.html#cfn-quicksight-template-decimalplacesconfiguration-decimalplaces

Implements

CfnTemplate.IDecimalPlacesConfigurationProperty
Back to top Generated by DocFX