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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17327

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)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17327

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)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17327

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)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17327

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)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17327

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)


17327
17328
17329
17330
17331
17332
17333
17334
17335
17336
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17327

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