AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.TaskStatisticsForAuditCheck

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class TaskStatisticsForAuditCheck

The TaskStatisticsForAuditCheck type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CanceledFindingsCount System.Int64

Gets and sets the property CanceledFindingsCount.

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

Public Property FailedFindingsCount System.Int64

Gets and sets the property FailedFindingsCount.

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

Public Property SkippedFindingsCount System.Int64

Gets and sets the property SkippedFindingsCount.

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

Public Property SucceededFindingsCount System.Int64

Gets and sets the property SucceededFindingsCount.

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

Public Property TotalFindingsCount System.Int64

Gets and sets the property TotalFindingsCount.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5