StopDBClusterResult constructor

StopDBClusterResult({
  1. DBCluster? dBCluster,
})

Implementation

StopDBClusterResult({
  this.dBCluster,
});