AWS SDK for Kotlin
Toggle table of contents
1.8.12
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rds
/
aws.sdk.kotlin.services.rds.model
/
StorageEncryptionType
Storage
Encryption
Type
sealed
class
StorageEncryptionType
Inheritors
Cmk
Sse
Unencrypted
SdkUnknown
Members
Types
Cmk
Link copied to clipboard
object
Cmk
:
StorageEncryptionType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StorageEncryptionType
Sse
Link copied to clipboard
object
Sse
:
StorageEncryptionType
Unencrypted
Link copied to clipboard
object
Unencrypted
:
StorageEncryptionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String