Struct aws_sdk_comprehend::output::DescribeEndpointOutput
source · #[non_exhaustive]pub struct DescribeEndpointOutput { /* private fields */ }Implementations§
source§impl DescribeEndpointOutput
impl DescribeEndpointOutput
sourcepub fn endpoint_properties(&self) -> Option<&EndpointProperties>
pub fn endpoint_properties(&self) -> Option<&EndpointProperties>
Describes information associated with the specific endpoint.
source§impl DescribeEndpointOutput
impl DescribeEndpointOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEndpointOutput.
Trait Implementations§
source§impl Clone for DescribeEndpointOutput
impl Clone for DescribeEndpointOutput
source§fn clone(&self) -> DescribeEndpointOutput
fn clone(&self) -> DescribeEndpointOutput
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