Class: Aws::Types::AggregateConformancePackComplianceCount
- Inherits:
-
Object
- Object
- Aws::Types::AggregateConformancePackComplianceCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliant_conformance_pack_count ⇒ ::Integer
Returns the value of attribute compliant_conformance_pack_count.
-
#non_compliant_conformance_pack_count ⇒ ::Integer
Returns the value of attribute non_compliant_conformance_pack_count.
Instance Attribute Details
#compliant_conformance_pack_count ⇒ ::Integer
Returns the value of attribute compliant_conformance_pack_count.
49 50 51 |
# File 'sig/types.rbs', line 49 def compliant_conformance_pack_count @compliant_conformance_pack_count end |
#non_compliant_conformance_pack_count ⇒ ::Integer
Returns the value of attribute non_compliant_conformance_pack_count.
50 51 52 |
# File 'sig/types.rbs', line 50 def non_compliant_conformance_pack_count @non_compliant_conformance_pack_count end |