Class: Aws::Types::DeleteCommentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def authentication_token
  @authentication_token
end

#comment_id::String

Returns the value of attribute comment_id.

Returns:

  • (::String)


193
194
195
# File 'sig/types.rbs', line 193

def comment_id
  @comment_id
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def document_id
  @document_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def version_id
  @version_id
end