toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
CommandParameterValue
Command
Parameter
Value
data
class
CommandParameterValue
(
val
b
:
Boolean
?
=
null
,
val
bin
:
String
?
=
null
,
val
d
:
Double
?
=
null
,
val
i
:
Int
?
=
null
,
val
l
:
String
?
=
null
,
val
s
:
String
?
=
null
,
val
ul
:
String
?
=
null
)
Members
Constructors
Command
Parameter
Value
Link copied to clipboard
constructor
(
b
:
Boolean
?
=
null
,
bin
:
String
?
=
null
,
d
:
Double
?
=
null
,
i
:
Int
?
=
null
,
l
:
String
?
=
null
,
s
:
String
?
=
null
,
ul
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
b
Link copied to clipboard
val
b
:
Boolean
?
=
null
bin
Link copied to clipboard
val
bin
:
String
?
=
null
d
Link copied to clipboard
val
d
:
Double
?
=
null
i
Link copied to clipboard
val
i
:
Int
?
=
null
l
Link copied to clipboard
val
l
:
String
?
=
null
s
Link copied to clipboard
val
s
:
String
?
=
null
ul
Link copied to clipboard
val
ul
:
String
?
=
null