toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
TemplateBinWidthOptions
Template
Bin
Width
Options
data
class
TemplateBinWidthOptions
(
val
binCountLimit
:
Double
?
=
null
,
val
value
:
Double
?
=
null
)
Members
Constructors
Template
Bin
Width
Options
Link copied to clipboard
constructor
(
binCountLimit
:
Double
?
=
null
,
value
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bin
Count
Limit
Link copied to clipboard
val
binCountLimit
:
Double
?
=
null
The options that determine the bin count limit.
value
Link copied to clipboard
val
value
:
Double
?
=
null
The options that determine the bin width value.