Class: Aws::Types::Comment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#comment_id::String

Returns the value of attribute comment_id.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def comment_id
  @comment_id
end

#contributorTypes::User

Returns the value of attribute contributor.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def contributor
  @contributor
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


61
62
63
# File 'sig/types.rbs', line 61

def created_timestamp
  @created_timestamp
end

#parent_id::String

Returns the value of attribute parent_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def recipient_id
  @recipient_id
end

#status"DRAFT", ...

Returns the value of attribute status.

Returns:

  • ("DRAFT", "PUBLISHED", "DELETED")


62
63
64
# File 'sig/types.rbs', line 62

def status
  @status
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def text
  @text
end

#thread_id::String

Returns the value of attribute thread_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def thread_id
  @thread_id
end

#visibility"PUBLIC", "PRIVATE"

Returns the value of attribute visibility.

Returns:

  • ("PUBLIC", "PRIVATE")


63
64
65
# File 'sig/types.rbs', line 63

def visibility
  @visibility
end