AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
workspacesthinclient
/
aws.sdk.kotlin.services.workspacesthinclient.model
/
SoftwareSetUpdateStatus
Software
Set
Update
Status
sealed
class
SoftwareSetUpdateStatus
Inheritors
Available
InProgress
UpToDate
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
SoftwareSetUpdateStatus
Companion
Link copied to clipboard
object
Companion
In
Progress
Link copied to clipboard
object
InProgress
:
SoftwareSetUpdateStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SoftwareSetUpdateStatus
Up
To
Date
Link copied to clipboard
object
UpToDate
:
SoftwareSetUpdateStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String