AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
memorydb
/
aws.sdk.kotlin.services.memorydb.model
/
ServiceUpdateStatus
Service
Update
Status
sealed
class
ServiceUpdateStatus
Inheritors
Complete
InProgress
NotApplied
Scheduled
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ServiceUpdateStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ServiceUpdateStatus
Not
Applied
Link copied to clipboard
object
NotApplied
:
ServiceUpdateStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
ServiceUpdateStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServiceUpdateStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String