#[non_exhaustive]pub struct DescribeEndpointOutput { /* private fields */ }
Expand description
The output from the DescribeEndpoint operation.
Implementations§
source§impl DescribeEndpointOutput
impl DescribeEndpointOutput
sourcepub fn endpoint_address(&self) -> Option<&str>
pub fn endpoint_address(&self) -> Option<&str>
The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
source§impl DescribeEndpointOutput
impl DescribeEndpointOutput
sourcepub fn builder() -> DescribeEndpointOutputBuilder
pub fn builder() -> DescribeEndpointOutputBuilder
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 ==
.source§impl RequestId for DescribeEndpointOutput
impl RequestId for DescribeEndpointOutput
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.