AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
devopsguru
/
aws.sdk.kotlin.services.devopsguru.model
/
ServerSideEncryptionType
Server
Side
Encryption
Type
sealed
class
ServerSideEncryptionType
Inheritors
AwsOwnedKmsKey
CustomerManagedKey
SdkUnknown
Members
Types
Aws
Owned
Kms
Key
Link copied to clipboard
object
AwsOwnedKmsKey
:
ServerSideEncryptionType
Companion
Link copied to clipboard
object
Companion
Customer
Managed
Key
Link copied to clipboard
object
CustomerManagedKey
:
ServerSideEncryptionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ServerSideEncryptionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String