DeleteTapeOutput constructor

DeleteTapeOutput({
  1. String? tapeARN,
})

Implementation

DeleteTapeOutput({
  this.tapeARN,
});