RetrieveTapeArchiveOutput constructor

RetrieveTapeArchiveOutput({
  1. String? tapeARN,
})

Implementation

RetrieveTapeArchiveOutput({
  this.tapeARN,
});