Class: Aws::Types::AggregateConformancePackCompliance
- Inherits:
-
Object
- Object
- Aws::Types::AggregateConformancePackCompliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
-
#compliant_rule_count ⇒ ::Integer
Returns the value of attribute compliant_rule_count.
-
#non_compliant_rule_count ⇒ ::Integer
Returns the value of attribute non_compliant_rule_count.
-
#total_rule_count ⇒ ::Integer
Returns the value of attribute total_rule_count.
Instance Attribute Details
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
41 42 43 |
# File 'sig/types.rbs', line 41 def compliance_type @compliance_type end |
#compliant_rule_count ⇒ ::Integer
Returns the value of attribute compliant_rule_count.
42 43 44 |
# File 'sig/types.rbs', line 42 def compliant_rule_count @compliant_rule_count end |
#non_compliant_rule_count ⇒ ::Integer
Returns the value of attribute non_compliant_rule_count.
43 44 45 |
# File 'sig/types.rbs', line 43 def non_compliant_rule_count @non_compliant_rule_count end |
#total_rule_count ⇒ ::Integer
Returns the value of attribute total_rule_count.
44 45 46 |
# File 'sig/types.rbs', line 44 def total_rule_count @total_rule_count end |