CreateHsmResponse constructor

CreateHsmResponse({
  1. String? hsmArn,
})

Implementation

CreateHsmResponse({
  this.hsmArn,
});