AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iottwinmaker
/
aws.sdk.kotlin.services.iottwinmaker.model
/
PropertyUpdateType
Property
Update
Type
sealed
class
PropertyUpdateType
Inheritors
Create
Delete
ResetValue
Update
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Link copied to clipboard
object
Create
:
PropertyUpdateType
Delete
Link copied to clipboard
object
Delete
:
PropertyUpdateType
Reset
Value
Link copied to clipboard
object
ResetValue
:
PropertyUpdateType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PropertyUpdateType
Update
Link copied to clipboard
object
Update
:
PropertyUpdateType
Properties
value
Link copied to clipboard
abstract
val
value
:
String