Class: Aws::Types::EvaluationAcknowledgementSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationAcknowledgementSummary
- 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.
3294 3295 3296 |
# File 'sig/types.rbs', line 3294 def acknowledged_by @acknowledged_by end |
#acknowledged_time ⇒ ::Time
Returns the value of attribute acknowledged_time.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def acknowledged_time @acknowledged_time end |
#acknowledger_comment ⇒ ::String
Returns the value of attribute acknowledger_comment.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def acknowledger_comment @acknowledger_comment end |