AWS SDK for Kotlin
Toggle table of contents
1.8.25
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
PropertyDataType
Property
Data
Type
sealed
class
PropertyDataType
Inheritors
Annotation
Boolean
Double
Integer
Json
String
Struct
Video
SdkUnknown
Members
Types
Annotation
Link copied to clipboard
object
Annotation
:
PropertyDataType
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
Json
Link copied to clipboard
object
Json
:
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
Video
Link copied to clipboard
object
Video
:
PropertyDataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String