Class CfnAnalysis.NumericRangeFilterValueProperty
The value input pf the numeric range filter.
Inheritance
System.Object
    CfnAnalysis.NumericRangeFilterValueProperty
  Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class NumericRangeFilterValueProperty : Object, CfnAnalysis.INumericRangeFilterValuePropertySyntax (vb)
Public Class NumericRangeFilterValueProperty
    Inherits Object
    Implements CfnAnalysis.INumericRangeFilterValuePropertyRemarks
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 numericRangeFilterValueProperty = new NumericRangeFilterValueProperty {
    Parameter = "parameter",
    StaticValue = 123
};Synopsis
Constructors
| NumericRangeFilterValueProperty() | 
Properties
| Parameter | The parameter that is used in the numeric range. | 
| StaticValue | The static value of the numeric range filter. | 
Constructors
NumericRangeFilterValueProperty()
public NumericRangeFilterValueProperty()Properties
Parameter
The parameter that is used in the numeric range.
public string Parameter { get; set; }Property Value
System.String
Remarks
StaticValue
The static value of the numeric range filter.
public Nullable<double> StaticValue { get; set; }Property Value
System.Nullable<System.Double>