Class: Aws::Types::CommentMetadata
- Inherits:
-
Object
- Object
- Aws::Types::CommentMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
-
#comment_status ⇒ "DRAFT", ...
Returns the value of attribute comment_status.
-
#contributor ⇒ Types::User
Returns the value of attribute contributor.
-
#contributor_id ⇒ ::String
Returns the value of attribute contributor_id.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#recipient_id ⇒ ::String
Returns the value of attribute recipient_id.
Instance Attribute Details
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def comment_id @comment_id end |
#comment_status ⇒ "DRAFT", ...
Returns the value of attribute comment_status.
72 73 74 |
# File 'sig/types.rbs', line 72 def comment_status @comment_status end |
#contributor ⇒ Types::User
Returns the value of attribute contributor.
70 71 72 |
# File 'sig/types.rbs', line 70 def contributor @contributor end |
#contributor_id ⇒ ::String
Returns the value of attribute contributor_id.
74 75 76 |
# File 'sig/types.rbs', line 74 def contributor_id @contributor_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
71 72 73 |
# File 'sig/types.rbs', line 71 def @created_timestamp end |
#recipient_id ⇒ ::String
Returns the value of attribute recipient_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def recipient_id @recipient_id end |