CacheParameterGroupStatus constructor

CacheParameterGroupStatus({
  1. List<String>? cacheNodeIdsToReboot,
  2. String? cacheParameterGroupName,
  3. String? parameterApplyStatus,
})

Implementation

CacheParameterGroupStatus({
  this.cacheNodeIdsToReboot,
  this.cacheParameterGroupName,
  this.parameterApplyStatus,
});