Get KMSSecret Ciphertext Result
data class GetKMSSecretCiphertextResult(val ciphertext: String, val cryptoKey: String, val id: String, val plaintext: String)
A collection of values returned by getKMSSecretCiphertext.
Constructors
Link copied to clipboard
fun GetKMSSecretCiphertextResult(ciphertext: String, cryptoKey: String, id: String, plaintext: String)