AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
greengrass
/
aws.sdk.kotlin.services.greengrass.model
/
UpdateTargetsOperatingSystem
Update
Targets
Operating
System
sealed
class
UpdateTargetsOperatingSystem
The operating system of the cores which are the targets of an update.
Inheritors
AmazonLinux
Openwrt
Raspbian
Ubuntu
SdkUnknown
Members
Types
Amazon
Linux
Link copied to clipboard
object
AmazonLinux
:
UpdateTargetsOperatingSystem
Companion
Link copied to clipboard
object
Companion
Openwrt
Link copied to clipboard
object
Openwrt
:
UpdateTargetsOperatingSystem
Raspbian
Link copied to clipboard
object
Raspbian
:
UpdateTargetsOperatingSystem
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UpdateTargetsOperatingSystem
Ubuntu
Link copied to clipboard
object
Ubuntu
:
UpdateTargetsOperatingSystem
Properties
value
Link copied to clipboard
abstract
val
value
:
String