toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
PropertyDataType
Property
Data
Type
sealed
class
PropertyDataType
Inheritors
Boolean
Double
Integer
String
Struct
SdkUnknown
Members
Types
Boolean
Link copied to clipboard
object
Boolean
:
PropertyDataType
Companion
Link copied to clipboard
object
Companion
Double
Link copied to clipboard
object
Double
:
PropertyDataType
Integer
Link copied to clipboard
object
Integer
:
PropertyDataType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PropertyDataType
String
Link copied to clipboard
object
String
:
PropertyDataType
Struct
Link copied to clipboard
object
Struct
:
PropertyDataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String