Class: Aws::WorkDocs::Types::DocumentVersionMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

Describes a version of a document.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#content_created_timestampTime

The timestamp when the content of the document was originally created.

Returns:

  • (Time)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#content_modified_timestampTime

The timestamp when the content of the document was modified.

Returns:

  • (Time)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#content_typeString

The content type of the document.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#created_timestampTime

The timestamp when the document was first uploaded.

Returns:

  • (Time)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#creator_idString

The ID of the creator.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#idString

The ID of the version.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#modified_timestampTime

The timestamp when the document was last uploaded.

Returns:

  • (Time)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the version.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#signatureString

The signature of the document.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#sizeInteger

The size of the document, in bytes.

Returns:

  • (Integer)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#sourceHash<String,String>

The source of the document.

Returns:

  • (Hash<String,String>)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#statusString

The status of the document.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end

#thumbnailHash<String,String>

The thumbnail of the document.

Returns:

  • (Hash<String,String>)


1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
# File 'lib/aws-sdk-workdocs/types.rb', line 1511

class DocumentVersionMetadata < Struct.new(
  :id,
  :name,
  :content_type,
  :size,
  :signature,
  :status,
  :created_timestamp,
  :modified_timestamp,
  :content_created_timestamp,
  :content_modified_timestamp,
  :creator_id,
  :thumbnail,
  :source)
  SENSITIVE = [:name]
  include Aws::Structure
end