#[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() -> Builder
pub fn builder() -> Builder
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 more