DescribeTapeRecoveryPointsOutput constructor

DescribeTapeRecoveryPointsOutput({
  1. String? gatewayARN,
  2. String? marker,
  3. List<TapeRecoveryPointInfo>? tapeRecoveryPointInfos,
})

Implementation

DescribeTapeRecoveryPointsOutput({
  this.gatewayARN,
  this.marker,
  this.tapeRecoveryPointInfos,
});