- Navigation Guide
@aws-sdk/client-iot
ListAuditMitigationActionsExecutionsCommandOutput Interface
The output of ListAuditMitigationActionsExecutionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
actionsExecutions | AuditMitigationActionExecutionMetadata[] | undefined | A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status. |
nextToken | string | undefined | The token for the next set of results. |
Full Signature
export interface ListAuditMitigationActionsExecutionsCommandOutput extends ListAuditMitigationActionsExecutionsResponse, MetadataBearer