Class: Aws::Types::EvaluationAcknowledgement
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationAcknowledgement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acknowledged_by ⇒ ::String
Returns the value of attribute acknowledged_by.
-
#acknowledged_time ⇒ ::Time
Returns the value of attribute acknowledged_time.
-
#acknowledger_comment ⇒ ::String
Returns the value of attribute acknowledger_comment.
Instance Attribute Details
#acknowledged_by ⇒ ::String
Returns the value of attribute acknowledged_by.
3234 3235 3236 |
# File 'sig/types.rbs', line 3234 def acknowledged_by @acknowledged_by end |
#acknowledged_time ⇒ ::Time
Returns the value of attribute acknowledged_time.
3233 3234 3235 |
# File 'sig/types.rbs', line 3233 def acknowledged_time @acknowledged_time end |
#acknowledger_comment ⇒ ::String
Returns the value of attribute acknowledger_comment.
3235 3236 3237 |
# File 'sig/types.rbs', line 3235 def acknowledger_comment @acknowledger_comment end |