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 nodes found for each patch severity level defined in the request filter.

Constant Summary collapse

SENSITIVE =
[]

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)


17052
17053
17054
17055
17056
17057
17058
17059
17060
17061
# File 'lib/aws-sdk-ssm/types.rb', line 17052

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  SENSITIVE = []
  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)


17052
17053
17054
17055
17056
17057
17058
17059
17060
17061
# File 'lib/aws-sdk-ssm/types.rb', line 17052

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  SENSITIVE = []
  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)


17052
17053
17054
17055
17056
17057
17058
17059
17060
17061
# File 'lib/aws-sdk-ssm/types.rb', line 17052

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  SENSITIVE = []
  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)


17052
17053
17054
17055
17056
17057
17058
17059
17060
17061
# File 'lib/aws-sdk-ssm/types.rb', line 17052

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  SENSITIVE = []
  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)


17052
17053
17054
17055
17056
17057
17058
17059
17060
17061
# File 'lib/aws-sdk-ssm/types.rb', line 17052

class SeveritySummary < Struct.new(
  :critical_count,
  :high_count,
  :medium_count,
  :low_count,
  :informational_count,
  :unspecified_count)
  SENSITIVE = []
  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)


17052
17053
17054
17055
17056
17057
17058
17059
17060
17061
# File 'lib/aws-sdk-ssm/types.rb', line 17052

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