CreateDBClusterParameterGroupResult constructor

CreateDBClusterParameterGroupResult({
  1. DBClusterParameterGroup? dBClusterParameterGroup,
})

Implementation

CreateDBClusterParameterGroupResult({
  this.dBClusterParameterGroup,
});