Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.BinCountOptionsProperty

The options that determine the bin count of a histogram.

Inheritance
object
CfnAnalysisPropsMixin.BinCountOptionsProperty
Implements
CfnAnalysisPropsMixin.IBinCountOptionsProperty
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.BinCountOptionsProperty : CfnAnalysisPropsMixin.IBinCountOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.BinCountOptionsProperty Implements CfnAnalysisPropsMixin.IBinCountOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bincountoptions.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 binCountOptionsProperty = new BinCountOptionsProperty {
                 Value = 123
             };

Synopsis

Constructors

BinCountOptionsProperty()

The options that determine the bin count of a histogram.

Properties

Value

The options that determine the bin count value.

Constructors

BinCountOptionsProperty()

The options that determine the bin count of a histogram.

public BinCountOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bincountoptions.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 binCountOptionsProperty = new BinCountOptionsProperty {
                 Value = 123
             };

Properties

Value

The options that determine the bin count value.

public double? Value { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-bincountoptions.html#cfn-quicksight-analysis-bincountoptions-value

Implements

CfnAnalysisPropsMixin.IBinCountOptionsProperty
Back to top Generated by DocFX