Class: Aws::SSM::Types::NonCompliantSummary

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

Instance Attribute Details

#non_compliant_countInteger

The total number of compliance items that aren't compliant.

Returns:

  • (Integer)


12685
12686
12687
12688
12689
12690
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12685

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

#severity_summaryTypes::SeveritySummary

A summary of the non-compliance severity by compliance type



12685
12686
12687
12688
12689
12690
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12685

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