NodeGroupsPerformMaintenanceRequest constructor

NodeGroupsPerformMaintenanceRequest({
  1. List<String>? nodes,
  2. String? startTime,
})

Implementation

NodeGroupsPerformMaintenanceRequest({
  this.nodes,
  this.startTime,
});