Struct aws_sdk_comprehend::input::DescribeDocumentClassifierInput [−][src]
#[non_exhaustive]pub struct DescribeDocumentClassifierInput {
pub document_classifier_arn: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.document_classifier_arn: Option<String>The Amazon Resource Name (ARN) that identifies the document classifier. The operation returns this identifier in its response.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassifier, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassifier, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDocumentClassifier>
Creates a new builder-style object to manufacture DescribeDocumentClassifierInput
The Amazon Resource Name (ARN) that identifies the document classifier. The operation returns this identifier in its response.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DescribeDocumentClassifierInput
impl Sync for DescribeDocumentClassifierInput
impl Unpin for DescribeDocumentClassifierInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
