Class: Aws::SSM::Types::SeveritySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::SeveritySummary
- 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
-
#critical_count ⇒ Integer
The total number of resources or compliance items that have a severity level of
Critical
. -
#high_count ⇒ Integer
The total number of resources or compliance items that have a severity level of high.
-
#informational_count ⇒ Integer
The total number of resources or compliance items that have a severity level of informational.
-
#low_count ⇒ Integer
The total number of resources or compliance items that have a severity level of low.
-
#medium_count ⇒ Integer
The total number of resources or compliance items that have a severity level of medium.
-
#unspecified_count ⇒ Integer
The total number of resources or compliance items that have a severity level of unspecified.
Instance Attribute Details
#critical_count ⇒ Integer
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.
17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class SeveritySummary < Struct.new( :critical_count, :high_count, :medium_count, :low_count, :informational_count, :unspecified_count) SENSITIVE = [] include Aws::Structure end |
#high_count ⇒ Integer
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.
17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class SeveritySummary < Struct.new( :critical_count, :high_count, :medium_count, :low_count, :informational_count, :unspecified_count) SENSITIVE = [] include Aws::Structure end |
#informational_count ⇒ Integer
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.
17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class SeveritySummary < Struct.new( :critical_count, :high_count, :medium_count, :low_count, :informational_count, :unspecified_count) SENSITIVE = [] include Aws::Structure end |
#low_count ⇒ Integer
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.
17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class SeveritySummary < Struct.new( :critical_count, :high_count, :medium_count, :low_count, :informational_count, :unspecified_count) SENSITIVE = [] include Aws::Structure end |
#medium_count ⇒ Integer
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.
17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class SeveritySummary < Struct.new( :critical_count, :high_count, :medium_count, :low_count, :informational_count, :unspecified_count) SENSITIVE = [] include Aws::Structure end |
#unspecified_count ⇒ Integer
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.
17423 17424 17425 17426 17427 17428 17429 17430 17431 17432 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17423 class SeveritySummary < Struct.new( :critical_count, :high_count, :medium_count, :low_count, :informational_count, :unspecified_count) SENSITIVE = [] include Aws::Structure end |