ListActiveViolationsResponse constructor
ListActiveViolationsResponse({
- List<
ActiveViolation> ? activeViolations, - String? nextToken,
Implementation
ListActiveViolationsResponse({
this.activeViolations,
this.nextToken,
});