Class: Aws::SSM::Types::NonCompliantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::NonCompliantSummary
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
A summary of resources that aren't compliant. The summary is organized according to resource type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#non_compliant_count ⇒ Integer
The total number of compliance items that aren't compliant.
-
#severity_summary ⇒ Types::SeveritySummary
A summary of the non-compliance severity by compliance type.
Instance Attribute Details
#non_compliant_count ⇒ Integer
The total number of compliance items that aren't compliant.
13022 13023 13024 13025 13026 13027 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13022 class NonCompliantSummary < Struct.new( :non_compliant_count, :severity_summary) SENSITIVE = [] include Aws::Structure end |
#severity_summary ⇒ Types::SeveritySummary
A summary of the non-compliance severity by compliance type
13022 13023 13024 13025 13026 13027 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13022 class NonCompliantSummary < Struct.new( :non_compliant_count, :severity_summary) SENSITIVE = [] include Aws::Structure end |