Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty

The option that determines the decimal places configuration.

Inheritance
object
CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty
Implements
CfnAnalysisPropsMixin.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.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty : CfnAnalysisPropsMixin.IDecimalPlacesConfigurationProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty Implements CfnAnalysisPropsMixin.IDecimalPlacesConfigurationProperty
Remarks

See: 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.CfnPropertyMixins.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-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.CfnPropertyMixins.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-analysis-decimalplacesconfiguration.html#cfn-quicksight-analysis-decimalplacesconfiguration-decimalplaces

Implements

CfnAnalysisPropsMixin.IDecimalPlacesConfigurationProperty
Back to top Generated by DocFX