ParameterGroupStatus constructor

ParameterGroupStatus({
  1. List<String>? nodeIdsToReboot,
  2. String? parameterApplyStatus,
  3. String? parameterGroupName,
})

Implementation

ParameterGroupStatus({
  this.nodeIdsToReboot,
  this.parameterApplyStatus,
  this.parameterGroupName,
});