Struct aws_sdk_workdocs::model::FolderMetadata
source · #[non_exhaustive]pub struct FolderMetadata { /* private fields */ }
Expand description
Describes a folder.
Implementations§
source§impl FolderMetadata
impl FolderMetadata
sourcepub fn creator_id(&self) -> Option<&str>
pub fn creator_id(&self) -> Option<&str>
The ID of the creator.
sourcepub fn parent_folder_id(&self) -> Option<&str>
pub fn parent_folder_id(&self) -> Option<&str>
The ID of the parent folder.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time when the folder was created.
sourcepub fn modified_timestamp(&self) -> Option<&DateTime>
pub fn modified_timestamp(&self) -> Option<&DateTime>
The time when the folder was updated.
sourcepub fn resource_state(&self) -> Option<&ResourceStateType>
pub fn resource_state(&self) -> Option<&ResourceStateType>
The resource state of the folder.
sourcepub fn signature(&self) -> Option<&str>
pub fn signature(&self) -> Option<&str>
The unique identifier created from the subfolders and documents of the folder.
sourcepub fn latest_version_size(&self) -> Option<i64>
pub fn latest_version_size(&self) -> Option<i64>
The size of the latest version of the folder metadata.
source§impl FolderMetadata
impl FolderMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FolderMetadata
.
Trait Implementations§
source§impl Clone for FolderMetadata
impl Clone for FolderMetadata
source§fn clone(&self) -> FolderMetadata
fn clone(&self) -> FolderMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FolderMetadata
impl Debug for FolderMetadata
source§impl PartialEq<FolderMetadata> for FolderMetadata
impl PartialEq<FolderMetadata> for FolderMetadata
source§fn eq(&self, other: &FolderMetadata) -> bool
fn eq(&self, other: &FolderMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.