Class: Aws::SsmSap::Types::RuleStatusCounts

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

A summary of rule results, providing counts for each status type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedInteger

The number of rules that failed.

Returns:

  • (Integer)


1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1769

class RuleStatusCounts < Struct.new(
  :failed,
  :warning,
  :info,
  :passed,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#infoInteger

The number of rules that returned informational results.

Returns:

  • (Integer)


1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1769

class RuleStatusCounts < Struct.new(
  :failed,
  :warning,
  :info,
  :passed,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#passedInteger

The number of rules that passed.

Returns:

  • (Integer)


1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1769

class RuleStatusCounts < Struct.new(
  :failed,
  :warning,
  :info,
  :passed,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#unknownInteger

The number of rules with unknown status.

Returns:

  • (Integer)


1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1769

class RuleStatusCounts < Struct.new(
  :failed,
  :warning,
  :info,
  :passed,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end

#warningInteger

The number of rules that returned warnings.

Returns:

  • (Integer)


1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1769

class RuleStatusCounts < Struct.new(
  :failed,
  :warning,
  :info,
  :passed,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
end