Class: Aws::Types::DocumentReviews
- Inherits:
-
Object
- Object
- Aws::Types::DocumentReviews
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "SendForReview", ...
Returns the value of attribute action.
-
#comment ⇒ ::Array[Types::DocumentReviewCommentSource]
Returns the value of attribute comment.
Instance Attribute Details
#action ⇒ "SendForReview", ...
Returns the value of attribute action.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def action @action end |
#comment ⇒ ::Array[Types::DocumentReviewCommentSource]
Returns the value of attribute comment.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def comment @comment end |