Show / Hide Table of Contents

Class CfnAnalysis.DecimalPlacesConfigurationProperty

The option that determines the decimal places configuration.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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-analysis-decimalplacesconfiguration.html#cfn-quicksight-analysis-decimalplacesconfiguration-decimalplaces

Implements

CfnAnalysis.IDecimalPlacesConfigurationProperty
Back to top Generated by DocFX