Class: Aws::Types::Comment
- Inherits:
-
Object
- Object
- Aws::Types::Comment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
-
#contributor ⇒ Types::User
Returns the value of attribute contributor.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#recipient_id ⇒ ::String
Returns the value of attribute recipient_id.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#thread_id ⇒ ::String
Returns the value of attribute thread_id.
-
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
Instance Attribute Details
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
56 57 58 |
# File 'sig/types.rbs', line 56 def comment_id @comment_id end |
#contributor ⇒ Types::User
Returns the value of attribute contributor.
60 61 62 |
# File 'sig/types.rbs', line 60 def contributor @contributor end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
61 62 63 |
# File 'sig/types.rbs', line 61 def end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
57 58 59 |
# File 'sig/types.rbs', line 57 def parent_id @parent_id end |
#recipient_id ⇒ ::String
Returns the value of attribute recipient_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def recipient_id @recipient_id end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
62 63 64 |
# File 'sig/types.rbs', line 62 def status @status end |
#text ⇒ ::String
Returns the value of attribute text.
59 60 61 |
# File 'sig/types.rbs', line 59 def text @text end |
#thread_id ⇒ ::String
Returns the value of attribute thread_id.
58 59 60 |
# File 'sig/types.rbs', line 58 def thread_id @thread_id end |
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
63 64 65 |
# File 'sig/types.rbs', line 63 def visibility @visibility end |