Class: Aws::Types::DeleteDocumentVersionRequest

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)


216
217
218
# File 'sig/types.rbs', line 216

def authentication_token
  @authentication_token
end

#delete_prior_versionsBoolean

Returns the value of attribute delete_prior_versions.

Returns:

  • (Boolean)


219
220
221
# File 'sig/types.rbs', line 219

def delete_prior_versions
  @delete_prior_versions
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def document_id
  @document_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def version_id
  @version_id
end