Method: Aws::WorkDocs::Types::DocumentMetadata#modified_timestamp
- Defined in:
- lib/aws-sdk-workdocs/types.rb
#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 |