#[non_exhaustive]pub struct DescribeEntityRecognizerInput { /* private fields */ }Implementations§
source§impl DescribeEntityRecognizerInput
impl DescribeEntityRecognizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEntityRecognizer>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEntityRecognizerInput.
source§impl DescribeEntityRecognizerInput
impl DescribeEntityRecognizerInput
sourcepub fn entity_recognizer_arn(&self) -> Option<&str>
pub fn entity_recognizer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the entity recognizer.
Trait Implementations§
source§impl Clone for DescribeEntityRecognizerInput
impl Clone for DescribeEntityRecognizerInput
source§fn clone(&self) -> DescribeEntityRecognizerInput
fn clone(&self) -> DescribeEntityRecognizerInput
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<DescribeEntityRecognizerInput> for DescribeEntityRecognizerInput
impl PartialEq<DescribeEntityRecognizerInput> for DescribeEntityRecognizerInput
source§fn eq(&self, other: &DescribeEntityRecognizerInput) -> bool
fn eq(&self, other: &DescribeEntityRecognizerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.