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.

The number of managed nodes found for each patch severity level defined in the request filter.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.SeveritySummary

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

Syntax

C#
public class SeveritySummary

The SeveritySummary type exposes the following members

Constructors

NameDescription
Public Method SeveritySummary()

Properties

NameTypeDescription
Public Property CriticalCount System.Int32

Gets and sets the property CriticalCount.

The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.

Public Property HighCount System.Int32

Gets and sets the property HighCount.

The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.

Public Property InformationalCount System.Int32

Gets and sets the property InformationalCount.

The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.

Public Property LowCount System.Int32

Gets and sets the property LowCount.

The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.

Public Property MediumCount System.Int32

Gets and sets the property MediumCount.

The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.

Public Property UnspecifiedCount System.Int32

Gets and sets the property UnspecifiedCount.

The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.

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