Class: Aws::WorkDocs::Types::DocumentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DocumentMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Describes the document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the document was created.
-
#creator_id ⇒ String
The ID of the creator.
-
#id ⇒ String
The ID of the document.
-
#labels ⇒ Array<String>
List of labels on the document.
-
#latest_version_metadata ⇒ Types::DocumentVersionMetadata
The latest version of the document.
-
#modified_timestamp ⇒ Time
The time when the document was updated.
-
#parent_folder_id ⇒ String
The ID of the parent folder.
-
#resource_state ⇒ String
The resource state.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the document was created.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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_id ⇒ String
The ID of the creator.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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 |
#id ⇒ String
The ID of the document.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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 |
#labels ⇒ Array<String>
List of labels on the document.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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_metadata ⇒ Types::DocumentVersionMetadata
The latest version of the document.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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_timestamp ⇒ Time
The time when the document was updated.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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_id ⇒ String
The ID of the parent folder.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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_state ⇒ String
The resource state.
1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 |
# File '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 |