Show / Hide Table of Contents

Class CfnDashboardPropsMixin.DecimalPlacesConfigurationProperty

The option that determines the decimal places configuration.

Inheritance
object
CfnDashboardPropsMixin.DecimalPlacesConfigurationProperty
Implements
CfnDashboardPropsMixin.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 CfnDashboardPropsMixin.DecimalPlacesConfigurationProperty : CfnDashboardPropsMixin.IDecimalPlacesConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.DecimalPlacesConfigurationProperty Implements CfnDashboardPropsMixin.IDecimalPlacesConfigurationProperty
Remarks

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

Implements

CfnDashboardPropsMixin.IDecimalPlacesConfigurationProperty
Back to top Generated by DocFX