AWS SDK Version 4 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.Nullable<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.Nullable<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.Nullable<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.Nullable<System.Int64>

Gets and sets the property SucceededFindingsCount.

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

Public Property TotalFindingsCount System.Nullable<System.Int64>

Gets and sets the property TotalFindingsCount.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer