Struct aws_sdk_workdocs::operation::describe_document_versions::DescribeDocumentVersionsOutput
source · #[non_exhaustive]pub struct DescribeDocumentVersionsOutput { /* private fields */ }
Implementations§
source§impl DescribeDocumentVersionsOutput
impl DescribeDocumentVersionsOutput
sourcepub fn document_versions(&self) -> Option<&[DocumentVersionMetadata]>
pub fn document_versions(&self) -> Option<&[DocumentVersionMetadata]>
The document versions.
source§impl DescribeDocumentVersionsOutput
impl DescribeDocumentVersionsOutput
sourcepub fn builder() -> DescribeDocumentVersionsOutputBuilder
pub fn builder() -> DescribeDocumentVersionsOutputBuilder
Creates a new builder-style object to manufacture DescribeDocumentVersionsOutput
.
Trait Implementations§
source§impl Clone for DescribeDocumentVersionsOutput
impl Clone for DescribeDocumentVersionsOutput
source§fn clone(&self) -> DescribeDocumentVersionsOutput
fn clone(&self) -> DescribeDocumentVersionsOutput
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 PartialEq<DescribeDocumentVersionsOutput> for DescribeDocumentVersionsOutput
impl PartialEq<DescribeDocumentVersionsOutput> for DescribeDocumentVersionsOutput
source§fn eq(&self, other: &DescribeDocumentVersionsOutput) -> bool
fn eq(&self, other: &DescribeDocumentVersionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeDocumentVersionsOutput
impl RequestId for DescribeDocumentVersionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.