Struct aws_sdk_comprehend::operation::list_document_classification_jobs::ListDocumentClassificationJobsOutput
source · #[non_exhaustive]pub struct ListDocumentClassificationJobsOutput { /* private fields */ }Implementations§
source§impl ListDocumentClassificationJobsOutput
impl ListDocumentClassificationJobsOutput
sourcepub fn document_classification_job_properties_list(
&self
) -> Option<&[DocumentClassificationJobProperties]>
pub fn document_classification_job_properties_list( &self ) -> Option<&[DocumentClassificationJobProperties]>
A list containing the properties of each job returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListDocumentClassificationJobsOutput
impl ListDocumentClassificationJobsOutput
sourcepub fn builder() -> ListDocumentClassificationJobsOutputBuilder
pub fn builder() -> ListDocumentClassificationJobsOutputBuilder
Creates a new builder-style object to manufacture ListDocumentClassificationJobsOutput.
Trait Implementations§
source§impl Clone for ListDocumentClassificationJobsOutput
impl Clone for ListDocumentClassificationJobsOutput
source§fn clone(&self) -> ListDocumentClassificationJobsOutput
fn clone(&self) -> ListDocumentClassificationJobsOutput
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<ListDocumentClassificationJobsOutput> for ListDocumentClassificationJobsOutput
impl PartialEq<ListDocumentClassificationJobsOutput> for ListDocumentClassificationJobsOutput
source§fn eq(&self, other: &ListDocumentClassificationJobsOutput) -> bool
fn eq(&self, other: &ListDocumentClassificationJobsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListDocumentClassificationJobsOutput
impl RequestId for ListDocumentClassificationJobsOutput
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.