AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb
/
aws.sdk.kotlin.services.dynamodb.model
/
SseType
Sse
Type
sealed
class
SseType
Inheritors
Aes256
Kms
SdkUnknown
Members
Types
Aes256
Link copied to clipboard
object
Aes256
:
SseType
Companion
Link copied to clipboard
object
Companion
Kms
Link copied to clipboard
object
Kms
:
SseType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SseType
Properties
value
Link copied to clipboard
abstract
val
value
:
String