ListDetectMitigationActionsExecutionsResponse constructor

ListDetectMitigationActionsExecutionsResponse({
  1. List<DetectMitigationActionExecution>? actionsExecutions,
  2. String? nextToken,
})

Implementation

ListDetectMitigationActionsExecutionsResponse({
  this.actionsExecutions,
  this.nextToken,
});