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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#compliant_countInteger

The total number of resources that are compliant.

Returns:

  • (Integer)


2682
2683
2684
2685
2686
2687
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2682

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

#severity_summaryTypes::SeveritySummary

A summary of the compliance severity by compliance type.



2682
2683
2684
2685
2686
2687
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2682

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