ListMitigationActionsResponse constructor

ListMitigationActionsResponse({
  1. List<MitigationActionIdentifier>? actionIdentifiers,
  2. String? nextToken,
})

Implementation

ListMitigationActionsResponse({
  this.actionIdentifiers,
  this.nextToken,
});