ListMitigationActionsResponse constructor
ListMitigationActionsResponse({
- List<
MitigationActionIdentifier> ? actionIdentifiers, - String? nextToken,
Implementation
ListMitigationActionsResponse({
this.actionIdentifiers,
this.nextToken,
});