CreateSnapshotFromVolumeRecoveryPointOutput constructor

CreateSnapshotFromVolumeRecoveryPointOutput({
  1. String? snapshotId,
  2. String? volumeARN,
  3. String? volumeRecoveryPointTime,
})

Implementation

CreateSnapshotFromVolumeRecoveryPointOutput({
  this.snapshotId,
  this.volumeARN,
  this.volumeRecoveryPointTime,
});