Struct aws_sdk_workdocs::model::DocumentMetadata
source · #[non_exhaustive]pub struct DocumentMetadata { /* private fields */ }
Expand description
Describes the document.
Implementations§
source§impl DocumentMetadata
impl DocumentMetadata
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 document was created.
sourcepub fn modified_timestamp(&self) -> Option<&DateTime>
pub fn modified_timestamp(&self) -> Option<&DateTime>
The time when the document was updated.
sourcepub fn latest_version_metadata(&self) -> Option<&DocumentVersionMetadata>
pub fn latest_version_metadata(&self) -> Option<&DocumentVersionMetadata>
The latest version of the document.
sourcepub fn resource_state(&self) -> Option<&ResourceStateType>
pub fn resource_state(&self) -> Option<&ResourceStateType>
The resource state.
source§impl DocumentMetadata
impl DocumentMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentMetadata
.
Trait Implementations§
source§impl Clone for DocumentMetadata
impl Clone for DocumentMetadata
source§fn clone(&self) -> DocumentMetadata
fn clone(&self) -> DocumentMetadata
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 DocumentMetadata
impl Debug for DocumentMetadata
source§impl PartialEq<DocumentMetadata> for DocumentMetadata
impl PartialEq<DocumentMetadata> for DocumentMetadata
source§fn eq(&self, other: &DocumentMetadata) -> bool
fn eq(&self, other: &DocumentMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.