Class: Aws::Types::EvaluationResult
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute compliance_status.
-
#evaluation_limit_exceeded ⇒ Boolean
Returns the value of attribute evaluation_limit_exceeded.
-
#violator_count ⇒ ::Integer
Returns the value of attribute violator_count.
Instance Attribute Details
#compliance_status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute compliance_status.
298 299 300 |
# File 'sig/types.rbs', line 298 def compliance_status @compliance_status end |
#evaluation_limit_exceeded ⇒ Boolean
Returns the value of attribute evaluation_limit_exceeded.
300 301 302 |
# File 'sig/types.rbs', line 300 def evaluation_limit_exceeded @evaluation_limit_exceeded end |
#violator_count ⇒ ::Integer
Returns the value of attribute violator_count.
299 300 301 |
# File 'sig/types.rbs', line 299 def violator_count @violator_count end |