AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotmanagedintegrations
/
aws.sdk.kotlin.services.iotmanagedintegrations.model
/
EncryptionType
Encryption
Type
sealed
class
EncryptionType
Inheritors
CustomerKeyEncryption
ManagedIntegrationsDefaultEncryption
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Customer
Key
Encryption
Link copied to clipboard
object
CustomerKeyEncryption
:
EncryptionType
Managed
Integrations
Default
Encryption
Link copied to clipboard
object
ManagedIntegrationsDefaultEncryption
:
EncryptionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EncryptionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String