ClusterParameterGroupStatus constructor
      
      ClusterParameterGroupStatus({ 
    
    
- List<ClusterParameterStatus> ? clusterParameterStatusList,
- String? parameterApplyStatus,
- String? parameterGroupName,
Implementation
ClusterParameterGroupStatus({
  this.clusterParameterStatusList,
  this.parameterApplyStatus,
  this.parameterGroupName,
});