Class: Aws::Types::CreateCommentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :text])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def document_id
  @document_id
end

#notify_collaboratorsBoolean

Returns the value of attribute notify_collaborators.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def parent_id
  @parent_id
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def text
  @text
end

#thread_id::String

Returns the value of attribute thread_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def version_id
  @version_id
end

#visibility"PUBLIC", "PRIVATE"

Returns the value of attribute visibility.

Returns:

  • ("PUBLIC", "PRIVATE")


95
96
97
# File 'sig/types.rbs', line 95

def visibility
  @visibility
end