#[non_exhaustive]pub struct AddEndpointsOutput { /* private fields */ }Implementations§
source§impl AddEndpointsOutput
impl AddEndpointsOutput
sourcepub fn endpoint_descriptions(&self) -> Option<&[EndpointDescription]>
pub fn endpoint_descriptions(&self) -> Option<&[EndpointDescription]>
The list of endpoint objects.
sourcepub fn endpoint_group_arn(&self) -> Option<&str>
pub fn endpoint_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint group.
source§impl AddEndpointsOutput
impl AddEndpointsOutput
sourcepub fn builder() -> AddEndpointsOutputBuilder
pub fn builder() -> AddEndpointsOutputBuilder
Creates a new builder-style object to manufacture AddEndpointsOutput.
Trait Implementations§
source§impl Clone for AddEndpointsOutput
impl Clone for AddEndpointsOutput
source§fn clone(&self) -> AddEndpointsOutput
fn clone(&self) -> AddEndpointsOutput
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 AddEndpointsOutput
impl Debug for AddEndpointsOutput
source§impl PartialEq<AddEndpointsOutput> for AddEndpointsOutput
impl PartialEq<AddEndpointsOutput> for AddEndpointsOutput
source§fn eq(&self, other: &AddEndpointsOutput) -> bool
fn eq(&self, other: &AddEndpointsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for AddEndpointsOutput
impl RequestId for AddEndpointsOutput
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.