Class: Aws::Types::CreateCommentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCommentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#notify_collaborators ⇒ Boolean
Returns the value of attribute notify_collaborators.
-
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#thread_id ⇒ ::String
Returns the value of attribute thread_id.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
-
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
89 90 91 |
# File 'sig/types.rbs', line 89 def authentication_token @authentication_token end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def document_id @document_id end |
#notify_collaborators ⇒ Boolean
Returns the value of attribute notify_collaborators.
96 97 98 |
# File 'sig/types.rbs', line 96 def notify_collaborators @notify_collaborators end |
#parent_id ⇒ ::String
Returns the value of attribute parent_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def parent_id @parent_id end |
#text ⇒ ::String
Returns the value of attribute text.
94 95 96 |
# File 'sig/types.rbs', line 94 def text @text end |
#thread_id ⇒ ::String
Returns the value of attribute thread_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def thread_id @thread_id end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def version_id @version_id end |
#visibility ⇒ "PUBLIC", "PRIVATE"
Returns the value of attribute visibility.
95 96 97 |
# File 'sig/types.rbs', line 95 def visibility @visibility end |