Encrypted

@JsonSerializable
data class Encrypted(val KeyId: KMSKeyId, val CiphertextBlob: Base64Blob, val EncryptionAlgorithm: EncryptionAlgorithm)

Constructors

Link copied to clipboard
constructor(KeyId: KMSKeyId, CiphertextBlob: Base64Blob, EncryptionAlgorithm: EncryptionAlgorithm)

Properties

Link copied to clipboard
Link copied to clipboard