UpdateParameterGroupResponse constructor

UpdateParameterGroupResponse({
  1. ParameterGroup? parameterGroup,
})

Implementation

UpdateParameterGroupResponse({
  this.parameterGroup,
});