Struct aws_sdk_comprehend::operation::create_entity_recognizer::CreateEntityRecognizerOutput
source · #[non_exhaustive]pub struct CreateEntityRecognizerOutput { /* private fields */ }Implementations§
source§impl CreateEntityRecognizerOutput
impl CreateEntityRecognizerOutput
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.
source§impl CreateEntityRecognizerOutput
impl CreateEntityRecognizerOutput
sourcepub fn builder() -> CreateEntityRecognizerOutputBuilder
pub fn builder() -> CreateEntityRecognizerOutputBuilder
Creates a new builder-style object to manufacture CreateEntityRecognizerOutput.
Trait Implementations§
source§impl Clone for CreateEntityRecognizerOutput
impl Clone for CreateEntityRecognizerOutput
source§fn clone(&self) -> CreateEntityRecognizerOutput
fn clone(&self) -> CreateEntityRecognizerOutput
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 Debug for CreateEntityRecognizerOutput
impl Debug for CreateEntityRecognizerOutput
source§impl PartialEq<CreateEntityRecognizerOutput> for CreateEntityRecognizerOutput
impl PartialEq<CreateEntityRecognizerOutput> for CreateEntityRecognizerOutput
source§fn eq(&self, other: &CreateEntityRecognizerOutput) -> bool
fn eq(&self, other: &CreateEntityRecognizerOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateEntityRecognizerOutput
impl RequestId for CreateEntityRecognizerOutput
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.