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