AWS SDK for Kotlin
Toggle table of contents
1.5.109
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
CommandParameterType
Command
Parameter
Type
sealed
class
CommandParameterType
Inheritors
Binary
Boolean
Double
Integer
Long
String
Unsignedlong
SdkUnknown
Members
Types
Binary
Link copied to clipboard
object
Binary
:
CommandParameterType
Boolean
Link copied to clipboard
object
Boolean
:
CommandParameterType
Companion
Link copied to clipboard
object
Companion
Double
Link copied to clipboard
object
Double
:
CommandParameterType
Integer
Link copied to clipboard
object
Integer
:
CommandParameterType
Long
Link copied to clipboard
object
Long
:
CommandParameterType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CommandParameterType
String
Link copied to clipboard
object
String
:
CommandParameterType
Unsignedlong
Link copied to clipboard
object
Unsignedlong
:
CommandParameterType
Properties
value
Link copied to clipboard
abstract
val
value
:
String