Class: Aws::Types::ComplianceSummaryByResourceType
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceSummaryByResourceType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_summary ⇒ Types::ComplianceSummary
Returns the value of attribute compliance_summary.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#compliance_summary ⇒ Types::ComplianceSummary
Returns the value of attribute compliance_summary.
225 226 227 |
# File 'sig/types.rbs', line 225 def compliance_summary @compliance_summary end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
224 225 226 |
# File 'sig/types.rbs', line 224 def resource_type @resource_type end |