ListVolumeRecoveryPointsOutput constructor

ListVolumeRecoveryPointsOutput({
  1. String? gatewayARN,
  2. List<VolumeRecoveryPointInfo>? volumeRecoveryPointInfos,
})

Implementation

ListVolumeRecoveryPointsOutput({
  this.gatewayARN,
  this.volumeRecoveryPointInfos,
});