Class: Aws::WorkDocs::Types::FolderMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_timestampTime

The time when the folder was created.

Returns:

  • (Time)


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_idString

The ID of the creator.

Returns:

  • (String)


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

#idString

The ID of the folder.

Returns:

  • (String)


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

#labelsArray<String>

List of labels on the folder.

Returns:

  • (Array<String>)


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_sizeInteger

The size of the latest version of the folder metadata.

Returns:

  • (Integer)


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_timestampTime

The time when the folder was updated.

Returns:

  • (Time)


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

#nameString

The name of the folder.

Returns:

  • (String)


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_idString

The ID of the parent folder.

Returns:

  • (String)


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_stateString

The resource state of the folder.

Returns:

  • (String)


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

#signatureString

The unique identifier created from the subfolders and documents of the folder.

Returns:

  • (String)


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

#sizeInteger

The size of the folder metadata.

Returns:

  • (Integer)


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