toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.inspectorv2.kotlin.inputs
/
FilterNumberFilterArgs
Filter
Number
Filter
Args
data
class
FilterNumberFilterArgs
(
val
lowerInclusive
:
Output
<
Double
>
?
=
null
,
val
upperInclusive
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
FilterNumberFilterArgs
>
Members
Constructors
Filter
Number
Filter
Args
Link copied to clipboard
constructor
(
lowerInclusive
:
Output
<
Double
>
?
=
null
,
upperInclusive
:
Output
<
Double
>
?
=
null
)
Properties
lower
Inclusive
Link copied to clipboard
val
lowerInclusive
:
Output
<
Double
>
?
=
null
upper
Inclusive
Link copied to clipboard
val
upperInclusive
:
Output
<
Double
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FilterNumberFilterArgs