toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
DashboardPercentVisibleRange
Dashboard
Percent
Visible
Range
data
class
DashboardPercentVisibleRange
(
val
from
:
Double
?
=
null
,
val
to
:
Double
?
=
null
)
Members
Constructors
Dashboard
Percent
Visible
Range
Link copied to clipboard
constructor
(
from
:
Double
?
=
null
,
to
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Link copied to clipboard
val
from
:
Double
?
=
null
The lower bound of the range.
to
Link copied to clipboard
val
to
:
Double
?
=
null
The top bound of the range.