AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dsql
/
aws.sdk.kotlin.services.dsql.model
/
EncryptionStatus
Encryption
Status
sealed
class
EncryptionStatus
Inheritors
Enabled
Enabling
KmsKeyInaccessible
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Enabled
Link copied to clipboard
object
Enabled
:
EncryptionStatus
Enabling
Link copied to clipboard
object
Enabling
:
EncryptionStatus
Kms
Key
Inaccessible
Link copied to clipboard
object
KmsKeyInaccessible
:
EncryptionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EncryptionStatus
Updating
Link copied to clipboard
object
Updating
:
EncryptionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String