CreateParameterGroupResponse constructor

CreateParameterGroupResponse({
  1. ParameterGroup? parameterGroup,
})

Implementation

CreateParameterGroupResponse({
  this.parameterGroup,
});