You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::TaskStatisticsForAuditCheck

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.

Instance Attribute Summary collapse

Instance Attribute Details

#canceled_findings_countInteger

The number of findings to which the mitigation action task was canceled when applied.

Returns:

  • (Integer)

    The number of findings to which the mitigation action task was canceled when applied.

#failed_findings_countInteger

The number of findings for which at least one of the actions failed when applied.

Returns:

  • (Integer)

    The number of findings for which at least one of the actions failed when applied.

#skipped_findings_countInteger

The number of findings skipped because of filter conditions provided in the parameters to the command.

Returns:

  • (Integer)

    The number of findings skipped because of filter conditions provided in the parameters to the command.

#succeeded_findings_countInteger

The number of findings for which all mitigation actions succeeded when applied.

Returns:

  • (Integer)

    The number of findings for which all mitigation actions succeeded when applied.

#total_findings_countInteger

The total number of findings to which a task is being applied.

Returns:

  • (Integer)

    The total number of findings to which a task is being applied.