CreateDBClusterSnapshotResult constructor

CreateDBClusterSnapshotResult({
  1. DBClusterSnapshot? dBClusterSnapshot,
})

Implementation

CreateDBClusterSnapshotResult({
  this.dBClusterSnapshot,
});