ClusterParameterGroupStatus constructor

ClusterParameterGroupStatus({
  1. List<ClusterParameterStatus>? clusterParameterStatusList,
  2. String? parameterApplyStatus,
  3. String? parameterGroupName,
})

Implementation

ClusterParameterGroupStatus({
  this.clusterParameterStatusList,
  this.parameterApplyStatus,
  this.parameterGroupName,
});