Class: Aws::Types::AggregateComplianceCount
- Inherits:
-
Object
- Object
- Aws::Types::AggregateComplianceCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_summary ⇒ Types::ComplianceSummary
Returns the value of attribute compliance_summary.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#compliance_summary ⇒ Types::ComplianceSummary
Returns the value of attribute compliance_summary.
36 37 38 |
# File 'sig/types.rbs', line 36 def compliance_summary @compliance_summary end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
35 36 37 |
# File 'sig/types.rbs', line 35 def group_name @group_name end |