CacheParameterGroupsMessage constructor

CacheParameterGroupsMessage({
  1. List<CacheParameterGroup>? cacheParameterGroups,
  2. String? marker,
})

Implementation

CacheParameterGroupsMessage({
  this.cacheParameterGroups,
  this.marker,
});