Class: Aws::Types::Comment
- Inherits:
-
Object
- Object
- Aws::Types::Comment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#author_arn ⇒ ::String
Returns the value of attribute author_arn.
-
#caller_reactions ⇒ ::Array[::String]
Returns the value of attribute caller_reactions.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#in_reply_to ⇒ ::String
Returns the value of attribute in_reply_to.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#reaction_counts ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute reaction_counts.
Instance Attribute Details
#author_arn ⇒ ::String
Returns the value of attribute author_arn.
259 260 261 |
# File 'sig/types.rbs', line 259 def @author_arn end |
#caller_reactions ⇒ ::Array[::String]
Returns the value of attribute caller_reactions.
262 263 264 |
# File 'sig/types.rbs', line 262 def caller_reactions @caller_reactions end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
261 262 263 |
# File 'sig/types.rbs', line 261 def client_request_token @client_request_token end |
#comment_id ⇒ ::String
Returns the value of attribute comment_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def comment_id @comment_id end |
#content ⇒ ::String
Returns the value of attribute content.
255 256 257 |
# File 'sig/types.rbs', line 255 def content @content end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
257 258 259 |
# File 'sig/types.rbs', line 257 def creation_date @creation_date end |
#deleted ⇒ Boolean
Returns the value of attribute deleted.
260 261 262 |
# File 'sig/types.rbs', line 260 def deleted @deleted end |
#in_reply_to ⇒ ::String
Returns the value of attribute in_reply_to.
256 257 258 |
# File 'sig/types.rbs', line 256 def in_reply_to @in_reply_to end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
258 259 260 |
# File 'sig/types.rbs', line 258 def last_modified_date @last_modified_date end |
#reaction_counts ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute reaction_counts.
263 264 265 |
# File 'sig/types.rbs', line 263 def reaction_counts @reaction_counts end |