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 moresource§impl Debug for DescribeEndpointOutput
impl Debug for DescribeEndpointOutput
source§impl PartialEq<DescribeEndpointOutput> for DescribeEndpointOutput
impl PartialEq<DescribeEndpointOutput> for DescribeEndpointOutput
source§fn eq(&self, other: &DescribeEndpointOutput) -> bool
fn eq(&self, other: &DescribeEndpointOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.