DescribeTapeRecoveryPointsOutput constructor
DescribeTapeRecoveryPointsOutput({
- String? gatewayARN,
- String? marker,
- List<
TapeRecoveryPointInfo> ? tapeRecoveryPointInfos,
Implementation
DescribeTapeRecoveryPointsOutput({
this.gatewayARN,
this.marker,
this.tapeRecoveryPointInfos,
});