Class: Aws::Types::CompliantSummary
- Inherits:
-
Object
- Object
- Aws::Types::CompliantSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliant_count ⇒ ::Integer
Returns the value of attribute compliant_count.
-
#severity_summary ⇒ Types::SeveritySummary
Returns the value of attribute severity_summary.
Instance Attribute Details
#compliant_count ⇒ ::Integer
Returns the value of attribute compliant_count.
595 596 597 |
# File 'sig/types.rbs', line 595 def compliant_count @compliant_count end |
#severity_summary ⇒ Types::SeveritySummary
Returns the value of attribute severity_summary.
596 597 598 |
# File 'sig/types.rbs', line 596 def severity_summary @severity_summary end |