InputDecryptionSettings constructor

InputDecryptionSettings({
  1. DecryptionMode? decryptionMode,
  2. String? encryptedDecryptionKey,
  3. String? initializationVector,
  4. String? kmsKeyRegion,
})

Implementation

InputDecryptionSettings({
  this.decryptionMode,
  this.encryptedDecryptionKey,
  this.initializationVector,
  this.kmsKeyRegion,
});