Class: Aws::Types::ComplianceByConfigRule
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceByConfigRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
Instance Attribute Details
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
199 200 201 |
# File 'sig/types.rbs', line 199 def compliance @compliance end |
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def config_rule_name @config_rule_name end |