Struct aws_sdk_comprehend::output::CreateEndpointOutput
source · #[non_exhaustive]pub struct CreateEndpointOutput { /* private fields */ }Implementations§
source§impl CreateEndpointOutput
impl CreateEndpointOutput
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the endpoint being created.
source§impl CreateEndpointOutput
impl CreateEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateEndpointOutput.
Trait Implementations§
source§impl Clone for CreateEndpointOutput
impl Clone for CreateEndpointOutput
source§fn clone(&self) -> CreateEndpointOutput
fn clone(&self) -> CreateEndpointOutput
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