Class: Aws::Types::InitiateDocumentVersionUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :name])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def authentication_token
  @authentication_token
end

#content_created_timestamp::Time

Returns the value of attribute content_created_timestamp.

Returns:

  • (::Time)


599
600
601
# File 'sig/types.rbs', line 599

def content_created_timestamp
  @content_created_timestamp
end

#content_modified_timestamp::Time

Returns the value of attribute content_modified_timestamp.

Returns:

  • (::Time)


600
601
602
# File 'sig/types.rbs', line 600

def content_modified_timestamp
  @content_modified_timestamp
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def content_type
  @content_type
end

#document_size_in_bytes::Integer

Returns the value of attribute document_size_in_bytes.

Returns:

  • (::Integer)


602
603
604
# File 'sig/types.rbs', line 602

def document_size_in_bytes
  @document_size_in_bytes
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def name
  @name
end

#parent_folder_id::String

Returns the value of attribute parent_folder_id.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def parent_folder_id
  @parent_folder_id
end