#[non_exhaustive]pub struct DescribeDocumentClassificationJobOutput { /* private fields */ }Implementations§
source§impl DescribeDocumentClassificationJobOutput
impl DescribeDocumentClassificationJobOutput
sourcepub fn document_classification_job_properties(
&self
) -> Option<&DocumentClassificationJobProperties>
pub fn document_classification_job_properties(
&self
) -> Option<&DocumentClassificationJobProperties>
An object that describes the properties associated with the document classification job.
source§impl DescribeDocumentClassificationJobOutput
impl DescribeDocumentClassificationJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDocumentClassificationJobOutput.
Trait Implementations§
source§impl Clone for DescribeDocumentClassificationJobOutput
impl Clone for DescribeDocumentClassificationJobOutput
source§fn clone(&self) -> DescribeDocumentClassificationJobOutput
fn clone(&self) -> DescribeDocumentClassificationJobOutput
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