Class: Aws::Types::Compliance
- Inherits:
-
Object
- Object
- Aws::Types::Compliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_contributor_count ⇒ Types::ComplianceContributorCount
Returns the value of attribute compliance_contributor_count.
-
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
Instance Attribute Details
#compliance_contributor_count ⇒ Types::ComplianceContributorCount
Returns the value of attribute compliance_contributor_count.
193 194 195 |
# File 'sig/types.rbs', line 193 def compliance_contributor_count @compliance_contributor_count end |
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
192 193 194 |
# File 'sig/types.rbs', line 192 def compliance_type @compliance_type end |