@aws-sdk/client-iot

ListAuditMitigationActionsExecutionsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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