#[non_exhaustive]pub struct DescribeFolderContentsOutput { /* private fields */ }
Implementations§
source§impl DescribeFolderContentsOutput
impl DescribeFolderContentsOutput
sourcepub fn folders(&self) -> Option<&[FolderMetadata]>
pub fn folders(&self) -> Option<&[FolderMetadata]>
The subfolders in the specified folder.
sourcepub fn documents(&self) -> Option<&[DocumentMetadata]>
pub fn documents(&self) -> Option<&[DocumentMetadata]>
The documents in the specified folder.
source§impl DescribeFolderContentsOutput
impl DescribeFolderContentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFolderContentsOutput
.
Trait Implementations§
source§impl Clone for DescribeFolderContentsOutput
impl Clone for DescribeFolderContentsOutput
source§fn clone(&self) -> DescribeFolderContentsOutput
fn clone(&self) -> DescribeFolderContentsOutput
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 DescribeFolderContentsOutput
impl Debug for DescribeFolderContentsOutput
source§impl PartialEq<DescribeFolderContentsOutput> for DescribeFolderContentsOutput
impl PartialEq<DescribeFolderContentsOutput> for DescribeFolderContentsOutput
source§fn eq(&self, other: &DescribeFolderContentsOutput) -> bool
fn eq(&self, other: &DescribeFolderContentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.