Class: Aws::Types::UpdateDocumentVersionRequest

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)


840
841
842
# File 'sig/types.rbs', line 840

def authentication_token
  @authentication_token
end

#document_id::String

Returns the value of attribute document_id.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def document_id
  @document_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def version_id
  @version_id
end

#version_status"ACTIVE"

Returns the value of attribute version_status.

Returns:

  • ("ACTIVE")


843
844
845
# File 'sig/types.rbs', line 843

def version_status
  @version_status
end