Class: Aws::Types::AggregateConformancePackComplianceSummary
- Inherits:
-
Object
- Object
- Aws::Types::AggregateConformancePackComplianceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_summary ⇒ Types::AggregateConformancePackComplianceCount
Returns the value of attribute compliance_summary.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#compliance_summary ⇒ Types::AggregateConformancePackComplianceCount
Returns the value of attribute compliance_summary.
63 64 65 |
# File 'sig/types.rbs', line 63 def compliance_summary @compliance_summary end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
64 65 66 |
# File 'sig/types.rbs', line 64 def group_name @group_name end |