Class: Aws::Types::EvaluationReviewRequestComment
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationReviewRequestComment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def comment @comment end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
3748 3749 3750 |
# File 'sig/types.rbs', line 3748 def created_by @created_by end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def created_time @created_time end |