AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
odb
/
aws.sdk.kotlin.services.odb.model
/
DbServerPatchingStatus
Db
Server
Patching
Status
sealed
class
DbServerPatchingStatus
Inheritors
Complete
Failed
MaintenanceInProgress
Scheduled
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
DbServerPatchingStatus
Failed
Link copied to clipboard
object
Failed
:
DbServerPatchingStatus
Maintenance
In
Progress
Link copied to clipboard
object
MaintenanceInProgress
:
DbServerPatchingStatus
Scheduled
Link copied to clipboard
object
Scheduled
:
DbServerPatchingStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DbServerPatchingStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String