DeleteSnapshotScheduleOutput constructor

DeleteSnapshotScheduleOutput({
  1. String? volumeARN,
})

Implementation

DeleteSnapshotScheduleOutput({
  this.volumeARN,
});