CreateTapePoolOutput constructor

CreateTapePoolOutput({
  1. String? poolARN,
})

Implementation

CreateTapePoolOutput({
  this.poolARN,
});