CreateCacheParameterGroupResult constructor

CreateCacheParameterGroupResult({
  1. CacheParameterGroup? cacheParameterGroup,
})

Implementation

CreateCacheParameterGroupResult({
  this.cacheParameterGroup,
});