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.inputs
/
DashboardPercentVisibleRangeArgs
Dashboard
Percent
Visible
Range
Args
data
class
DashboardPercentVisibleRangeArgs
(
val
from
:
Output
<
Double
>
?
=
null
,
val
to
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
DashboardPercentVisibleRangeArgs
>
Members
Constructors
Dashboard
Percent
Visible
Range
Args
Link copied to clipboard
constructor
(
from
:
Output
<
Double
>
?
=
null
,
to
:
Output
<
Double
>
?
=
null
)
Properties
from
Link copied to clipboard
val
from
:
Output
<
Double
>
?
=
null
The lower bound of the range.
to
Link copied to clipboard
val
to
:
Output
<
Double
>
?
=
null
The top bound of the range.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DashboardPercentVisibleRangeArgs