Class: Aws::WorkDocs::Types::FolderMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::FolderMetadata
- Defined in:
- gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb
Overview
Describes a folder.
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time when the folder was created.
-
#creator_id ⇒ String
The ID of the creator.
-
#id ⇒ String
The ID of the folder.
-
#labels ⇒ Array<String>
List of labels on the folder.
-
#latest_version_size ⇒ Integer
The size of the latest version of the folder metadata.
-
#modified_timestamp ⇒ Time
The time when the folder was updated.
-
#name ⇒ String
The name of the folder.
-
#parent_folder_id ⇒ String
The ID of the parent folder.
-
#resource_state ⇒ String
The resource state of the folder.
-
#signature ⇒ String
The unique identifier created from the subfolders and documents of the folder.
-
#size ⇒ Integer
The size of the folder metadata.
Instance Attribute Details
#created_timestamp ⇒ Time
The time when the folder was created.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#creator_id ⇒ String
The ID of the creator.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#id ⇒ String
The ID of the folder.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#labels ⇒ Array<String>
List of labels on the folder.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#latest_version_size ⇒ Integer
The size of the latest version of the folder metadata.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#modified_timestamp ⇒ Time
The time when the folder was updated.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the folder.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#parent_folder_id ⇒ String
The ID of the parent folder.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#resource_state ⇒ String
The resource state of the folder.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#signature ⇒ String
The unique identifier created from the subfolders and documents of the folder.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |
#size ⇒ Integer
The size of the folder metadata.
1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 |
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1698 class FolderMetadata < Struct.new( :id, :name, :creator_id, :parent_folder_id, :created_timestamp, :modified_timestamp, :resource_state, :signature, :labels, :size, :latest_version_size) SENSITIVE = [:name] include Aws::Structure end |