Class: Aws::Types::DocumentReviewerResponseSource
- Inherits:
-
Object
- Object
- Aws::Types::DocumentReviewerResponseSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::Array[Types::DocumentReviewCommentSource]
Returns the value of attribute comment.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
-
#reviewer ⇒ ::String
Returns the value of attribute reviewer.
-
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
Instance Attribute Details
#comment ⇒ ::Array[Types::DocumentReviewCommentSource]
Returns the value of attribute comment.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def comment @comment end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def create_time @create_time end |
#review_status ⇒ "APPROVED", ...
Returns the value of attribute review_status.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def review_status @review_status end |
#reviewer ⇒ ::String
Returns the value of attribute reviewer.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def reviewer @reviewer end |
#updated_time ⇒ ::Time
Returns the value of attribute updated_time.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def updated_time @updated_time end |