#[non_exhaustive]pub struct ListDocumentVersionsOutput { /* private fields */ }Implementations§
source§impl ListDocumentVersionsOutput
impl ListDocumentVersionsOutput
sourcepub fn document_versions(&self) -> Option<&[DocumentVersionInfo]>
pub fn document_versions(&self) -> Option<&[DocumentVersionInfo]>
The document versions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
source§impl ListDocumentVersionsOutput
impl ListDocumentVersionsOutput
sourcepub fn builder() -> ListDocumentVersionsOutputBuilder
pub fn builder() -> ListDocumentVersionsOutputBuilder
Creates a new builder-style object to manufacture ListDocumentVersionsOutput.
Trait Implementations§
source§impl Clone for ListDocumentVersionsOutput
impl Clone for ListDocumentVersionsOutput
source§fn clone(&self) -> ListDocumentVersionsOutput
fn clone(&self) -> ListDocumentVersionsOutput
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 ListDocumentVersionsOutput
impl Debug for ListDocumentVersionsOutput
source§impl PartialEq<ListDocumentVersionsOutput> for ListDocumentVersionsOutput
impl PartialEq<ListDocumentVersionsOutput> for ListDocumentVersionsOutput
source§fn eq(&self, other: &ListDocumentVersionsOutput) -> bool
fn eq(&self, other: &ListDocumentVersionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListDocumentVersionsOutput
impl RequestId for ListDocumentVersionsOutput
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.