Class: Aws::Types::ConformancePackRuleCompliance
- Inherits:
-
Object
- Object
- Aws::Types::ConformancePackRuleCompliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#controls ⇒ ::Array[::String]
Returns the value of attribute controls.
Instance Attribute Details
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
444 445 446 |
# File 'sig/types.rbs', line 444 def compliance_type @compliance_type end |
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
443 444 445 |
# File 'sig/types.rbs', line 443 def config_rule_name @config_rule_name end |
#controls ⇒ ::Array[::String]
Returns the value of attribute controls.
445 446 447 |
# File 'sig/types.rbs', line 445 def controls @controls end |