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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

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

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)


14942
14943
14944
14945
14946
14947
14948
14949
14950
# File 'lib/aws-sdk-ssm/types.rb', line 14942

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  include Aws::Structure
end

#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)


14942
14943
14944
14945
14946
14947
14948
14949
14950
# File 'lib/aws-sdk-ssm/types.rb', line 14942

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  include Aws::Structure
end

#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)


14942
14943
14944
14945
14946
14947
14948
14949
14950
# File 'lib/aws-sdk-ssm/types.rb', line 14942

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  include Aws::Structure
end

#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)


14942
14943
14944
14945
14946
14947
14948
14949
14950
# File 'lib/aws-sdk-ssm/types.rb', line 14942

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  include Aws::Structure
end

#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)


14942
14943
14944
14945
14946
14947
14948
14949
14950
# File 'lib/aws-sdk-ssm/types.rb', line 14942

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  include Aws::Structure
end

#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)


14942
14943
14944
14945
14946
14947
14948
14949
14950
# File 'lib/aws-sdk-ssm/types.rb', line 14942

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  include Aws::Structure
end