Struct aws_sdk_workdocs::model::DocumentMetadata  
source · [−]#[non_exhaustive]pub struct DocumentMetadata { /* private fields */ }Expand description
Describes the document.
Implementations
sourceimpl 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.
sourceimpl DocumentMetadata
 
impl DocumentMetadata
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DocumentMetadata.
Trait Implementations
sourceimpl Clone for DocumentMetadata
 
impl Clone for DocumentMetadata
sourcefn clone(&self) -> DocumentMetadata
 
fn clone(&self) -> DocumentMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for DocumentMetadata
 
impl Debug for DocumentMetadata
sourceimpl PartialEq<DocumentMetadata> for DocumentMetadata
 
impl PartialEq<DocumentMetadata> for DocumentMetadata
sourcefn eq(&self, other: &DocumentMetadata) -> bool
 
fn eq(&self, other: &DocumentMetadata) -> bool
impl StructuralPartialEq for DocumentMetadata
Auto Trait Implementations
impl RefUnwindSafe for DocumentMetadata
impl Send for DocumentMetadata
impl Sync for DocumentMetadata
impl Unpin for DocumentMetadata
impl UnwindSafe for DocumentMetadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more