CreateClusterParameterGroupResult constructor

CreateClusterParameterGroupResult({
  1. ClusterParameterGroup? clusterParameterGroup,
})

Implementation

CreateClusterParameterGroupResult({
  this.clusterParameterGroup,
});