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
/
DashboardAxisLinearScale
Dashboard
Axis
Linear
Scale
data
class
DashboardAxisLinearScale
(
val
stepCount
:
Double
?
=
null
,
val
stepSize
:
Double
?
=
null
)
Members
Constructors
Dashboard
Axis
Linear
Scale
Link copied to clipboard
constructor
(
stepCount
:
Double
?
=
null
,
stepSize
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
step
Count
Link copied to clipboard
val
stepCount
:
Double
?
=
null
The step count setup of a linear axis.
step
Size
Link copied to clipboard
val
stepSize
:
Double
?
=
null
The step size setup of a linear axis.