#[non_exhaustive]pub struct ListDocumentClassifierSummariesOutput { /* private fields */ }Implementations§
source§impl ListDocumentClassifierSummariesOutput
impl ListDocumentClassifierSummariesOutput
sourcepub fn document_classifier_summaries_list(
&self
) -> Option<&[DocumentClassifierSummary]>
pub fn document_classifier_summaries_list(
&self
) -> Option<&[DocumentClassifierSummary]>
The list of summaries of document classifiers.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListDocumentClassifierSummariesOutput
impl ListDocumentClassifierSummariesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDocumentClassifierSummariesOutput.
Trait Implementations§
source§impl Clone for ListDocumentClassifierSummariesOutput
impl Clone for ListDocumentClassifierSummariesOutput
source§fn clone(&self) -> ListDocumentClassifierSummariesOutput
fn clone(&self) -> ListDocumentClassifierSummariesOutput
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 more