UpdateSnapshotScheduleOutput constructor

UpdateSnapshotScheduleOutput({
  1. String? volumeARN,
})

Implementation

UpdateSnapshotScheduleOutput({
  this.volumeARN,
});