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

Class: Aws::SSM::Types::SeveritySummary

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#critical_countInteger

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.

Returns:

  • (Integer)

    The total number of resources or compliance items that have a severity level of critical.

#high_countInteger

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.

Returns:

  • (Integer)

    The total number of resources or compliance items that have a severity level of high.

#informational_countInteger

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.

Returns:

  • (Integer)

    The total number of resources or compliance items that have a severity level of informational.

#low_countInteger

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.

Returns:

  • (Integer)

    The total number of resources or compliance items that have a severity level of low.

#medium_countInteger

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.

Returns:

  • (Integer)

    The total number of resources or compliance items that have a severity level of medium.

#unspecified_countInteger

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.

Returns:

  • (Integer)

    The total number of resources or compliance items that have a severity level of unspecified.