RetrieveTapeRecoveryPointOutput constructor

RetrieveTapeRecoveryPointOutput({
  1. String? tapeARN,
})

Implementation

RetrieveTapeRecoveryPointOutput({
  this.tapeARN,
});