DeleteDBClusterSnapshotResult constructor

DeleteDBClusterSnapshotResult({
  1. DBClusterSnapshot? dBClusterSnapshot,
})

Implementation

DeleteDBClusterSnapshotResult({
  this.dBClusterSnapshot,
});