CancelArchivalOutput constructor

CancelArchivalOutput({
  1. String? tapeARN,
})

Implementation

CancelArchivalOutput({
  this.tapeARN,
});