Class: Aws::WorkDocs::Types::DocumentMetadata

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

Overview

Describes the document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time when the document was created.

Returns:

  • (Time)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#creator_idString

The ID of the creator.

Returns:

  • (String)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the document.

Returns:

  • (String)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#labelsArray<String>

List of labels on the document.

Returns:

  • (Array<String>)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_metadataTypes::DocumentVersionMetadata

The latest version of the document.



1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#modified_timestampTime

The time when the document was updated.

Returns:

  • (Time)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#parent_folder_idString

The ID of the parent folder.

Returns:

  • (String)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#resource_stateString

The resource state.

Returns:

  • (String)


1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1441

class DocumentMetadata < Struct.new(
  :id,
  :creator_id,
  :parent_folder_id,
  :created_timestamp,
  :modified_timestamp,
  :latest_version_metadata,
  :resource_state,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end