GetKMSEncryptionKeyResult constructor

GetKMSEncryptionKeyResult({
  1. KMSKey? kmsKey,
})

Implementation

GetKMSEncryptionKeyResult({
  this.kmsKey,
});