Method: Aws::WorkDocs::Types::DocumentMetadata#modified_timestamp

Defined in:
lib/aws-sdk-workdocs/types.rb

#modified_timestampTime

The time when the document was updated.

Returns:

  • (Time)


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

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