Show / Hide Table of Contents

Class CfnTemplate.DecimalPlacesConfigurationProperty

The option that determines the decimal places configuration.

Inheritance
object
CfnTemplate.DecimalPlacesConfigurationProperty
Implements
CfnTemplate.IDecimalPlacesConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.DecimalPlacesConfigurationProperty : CfnTemplate.IDecimalPlacesConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.DecimalPlacesConfigurationProperty Implements CfnTemplate.IDecimalPlacesConfigurationProperty
Remarks

See: 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()

The option that determines the decimal places configuration.

Properties

DecimalPlaces

The values of the decimal places.

Constructors

DecimalPlacesConfigurationProperty()

The option that determines the decimal places configuration.

public DecimalPlacesConfigurationProperty()
Remarks

See: 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
             };

Properties

DecimalPlaces

The values of the decimal places.

public double DecimalPlaces { get; set; }
Property Value

double

Remarks

See: 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