Class: Aws::SSM::Types::CompliantSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#compliant_countInteger

The total number of resources that are compliant.

Returns:

  • (Integer)


1973
1974
1975
1976
1977
# File 'lib/aws-sdk-ssm/types.rb', line 1973

class CompliantSummary < Struct.new(
  :compliant_count,
  :severity_summary)
  include Aws::Structure
end

#severity_summaryTypes::SeveritySummary

A summary of the compliance severity by compliance type.



1973
1974
1975
1976
1977
# File 'lib/aws-sdk-ssm/types.rb', line 1973

class CompliantSummary < Struct.new(
  :compliant_count,
  :severity_summary)
  include Aws::Structure
end