Class: Aws::Types::Comment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#author_arn::String

Returns the value of attribute author_arn.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def author_arn
  @author_arn
end

#caller_reactions::Array[::String]

Returns the value of attribute caller_reactions.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def comment_id
  @comment_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def content
  @content
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


257
258
259
# File 'sig/types.rbs', line 257

def creation_date
  @creation_date
end

#deletedBoolean

Returns the value of attribute deleted.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Hash[::String, ::Integer])


263
264
265
# File 'sig/types.rbs', line 263

def reaction_counts
  @reaction_counts
end