ListVolumeRecoveryPointsOutput constructor
ListVolumeRecoveryPointsOutput({
- String? gatewayARN,
- List<
VolumeRecoveryPointInfo> ? volumeRecoveryPointInfos,
Implementation
ListVolumeRecoveryPointsOutput({
this.gatewayARN,
this.volumeRecoveryPointInfos,
});