toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
TemplateNumericRangeFilterValue
Template
Numeric
Range
Filter
Value
data
class
TemplateNumericRangeFilterValue
(
val
parameter
:
String
?
=
null
,
val
staticValue
:
Double
?
=
null
)
Members
Constructors
Template
Numeric
Range
Filter
Value
Link copied to clipboard
constructor
(
parameter
:
String
?
=
null
,
staticValue
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
parameter
Link copied to clipboard
val
parameter
:
String
?
=
null
The parameter that is used in the numeric range.
static
Value
Link copied to clipboard
val
staticValue
:
Double
?
=
null
The static value of the numeric range filter.