Class: Aws::Types::ComplianceSummaryItem
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceSummaryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#compliant_summary ⇒ Types::CompliantSummary
Returns the value of attribute compliant_summary.
-
#non_compliant_summary ⇒ Types::NonCompliantSummary
Returns the value of attribute non_compliant_summary.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
583 584 585 |
# File 'sig/types.rbs', line 583 def compliance_type @compliance_type end |
#compliant_summary ⇒ Types::CompliantSummary
Returns the value of attribute compliant_summary.
584 585 586 |
# File 'sig/types.rbs', line 584 def compliant_summary @compliant_summary end |
#non_compliant_summary ⇒ Types::NonCompliantSummary
Returns the value of attribute non_compliant_summary.
585 586 587 |
# File 'sig/types.rbs', line 585 def non_compliant_summary @non_compliant_summary end |