ClusterParameterGroup constructor

ClusterParameterGroup({
  1. String? description,
  2. String? parameterGroupFamily,
  3. String? parameterGroupName,
  4. List<Tag>? tags,
})

Implementation

ClusterParameterGroup({
  this.description,
  this.parameterGroupFamily,
  this.parameterGroupName,
  this.tags,
});