Class: Aws::SSM::Types::CompliantSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CompliantSummary
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliant_count ⇒ Integer
The total number of resources that are compliant.
-
#severity_summary ⇒ Types::SeveritySummary
A summary of the compliance severity by compliance type.
Instance Attribute Details
#compliant_count ⇒ Integer
The total number of resources that are compliant.
2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2694 class CompliantSummary < Struct.new( :compliant_count, :severity_summary) SENSITIVE = [] include Aws::Structure end |
#severity_summary ⇒ Types::SeveritySummary
A summary of the compliance severity by compliance type.
2694 2695 2696 2697 2698 2699 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2694 class CompliantSummary < Struct.new( :compliant_count, :severity_summary) SENSITIVE = [] include Aws::Structure end |