Class: Aws::SsmSap::Types::RuleStatusCounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::RuleStatusCounts
- 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
-
#failed ⇒ Integer
The number of rules that failed.
-
#info ⇒ Integer
The number of rules that returned informational results.
-
#passed ⇒ Integer
The number of rules that passed.
-
#unknown ⇒ Integer
The number of rules with unknown status.
-
#warning ⇒ Integer
The number of rules that returned warnings.
Instance Attribute Details
#failed ⇒ Integer
The number of rules that failed.
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 |
#info ⇒ Integer
The number of rules that returned informational results.
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 |
#passed ⇒ Integer
The number of rules that passed.
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 |
#unknown ⇒ Integer
The number of rules with unknown status.
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 |
#warning ⇒ Integer
The number of rules that returned warnings.
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 |