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
/
UpdateTargetsArchitecture
Update
Targets
Architecture
sealed
class
UpdateTargetsArchitecture
The architecture of the cores which are the targets of an update.
Inheritors
Aarch64
Armv6L
Armv7L
X86_64
SdkUnknown
Members
Types
Aarch64
Link copied to clipboard
object
Aarch64
:
UpdateTargetsArchitecture
Armv6L
Link copied to clipboard
object
Armv6L
:
UpdateTargetsArchitecture
Armv7L
Link copied to clipboard
object
Armv7L
:
UpdateTargetsArchitecture
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UpdateTargetsArchitecture
X86_
64
Link copied to clipboard
object
X86_64
:
UpdateTargetsArchitecture
Properties
value
Link copied to clipboard
abstract
val
value
:
String