Class: Aws::Types::ConformancePackEvaluationResult
- Inherits:
-
Object
- Object
- Aws::Types::ConformancePackEvaluationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation ⇒ ::String
Returns the value of attribute annotation.
-
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
-
#config_rule_invoked_time ⇒ ::Time
Returns the value of attribute config_rule_invoked_time.
-
#evaluation_result_identifier ⇒ Types::EvaluationResultIdentifier
Returns the value of attribute evaluation_result_identifier.
-
#result_recorded_time ⇒ ::Time
Returns the value of attribute result_recorded_time.
Instance Attribute Details
#annotation ⇒ ::String
Returns the value of attribute annotation.
432 433 434 |
# File 'sig/types.rbs', line 432 def annotation @annotation end |
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
428 429 430 |
# File 'sig/types.rbs', line 428 def compliance_type @compliance_type end |
#config_rule_invoked_time ⇒ ::Time
Returns the value of attribute config_rule_invoked_time.
430 431 432 |
# File 'sig/types.rbs', line 430 def config_rule_invoked_time @config_rule_invoked_time end |
#evaluation_result_identifier ⇒ Types::EvaluationResultIdentifier
Returns the value of attribute evaluation_result_identifier.
429 430 431 |
# File 'sig/types.rbs', line 429 def evaluation_result_identifier @evaluation_result_identifier end |
#result_recorded_time ⇒ ::Time
Returns the value of attribute result_recorded_time.
431 432 433 |
# File 'sig/types.rbs', line 431 def result_recorded_time @result_recorded_time end |