Class: Aws::Types::DeleteDocumentRequest

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)


210
211
212
# File 'sig/types.rbs', line 210

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def document_id
  @document_id
end