CopyDBClusterSnapshotResult constructor

CopyDBClusterSnapshotResult({
  1. DBClusterSnapshot? dBClusterSnapshot,
})

Implementation

CopyDBClusterSnapshotResult({
  this.dBClusterSnapshot,
});