- Navigation Guide
@aws-sdk/client-iot
ListAuditMitigationActionsExecutionsCommandInput Interface
The input for ListAuditMitigationActionsExecutionsCommand.
Members
Name | Type | Details |
---|---|---|
findingId Required | string | undefined | Specify this filter to limit results to those that were applied to a specific audit finding. |
taskId Required | string | undefined | Specify this filter to limit results to actions for a specific audit mitigation actions task. |
actionStatus | AuditMitigationActionsExecutionStatus | undefined | Specify this filter to limit results to those with a specific status. |
maxResults | number | undefined | The maximum number of results to return at one time. The default is 25. |
nextToken | string | undefined | The token for the next set of results. |
Full Signature
export interface ListAuditMitigationActionsExecutionsCommandInput extends ListAuditMitigationActionsExecutionsRequest