#[non_exhaustive]pub struct AddCustomRoutingEndpointsOutput { /* private fields */ }Implementations
sourceimpl AddCustomRoutingEndpointsOutput
impl AddCustomRoutingEndpointsOutput
sourcepub fn endpoint_descriptions(
&self
) -> Option<&[CustomRoutingEndpointDescription]>
pub fn endpoint_descriptions(
&self
) -> Option<&[CustomRoutingEndpointDescription]>
The endpoint objects added to the custom routing accelerator.
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 for the custom routing endpoint.
sourceimpl AddCustomRoutingEndpointsOutput
impl AddCustomRoutingEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddCustomRoutingEndpointsOutput.
Trait Implementations
sourceimpl Clone for AddCustomRoutingEndpointsOutput
impl Clone for AddCustomRoutingEndpointsOutput
sourcefn clone(&self) -> AddCustomRoutingEndpointsOutput
fn clone(&self) -> AddCustomRoutingEndpointsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<AddCustomRoutingEndpointsOutput> for AddCustomRoutingEndpointsOutput
impl PartialEq<AddCustomRoutingEndpointsOutput> for AddCustomRoutingEndpointsOutput
sourcefn eq(&self, other: &AddCustomRoutingEndpointsOutput) -> bool
fn eq(&self, other: &AddCustomRoutingEndpointsOutput) -> bool
impl StructuralPartialEq for AddCustomRoutingEndpointsOutput
Auto Trait Implementations
impl RefUnwindSafe for AddCustomRoutingEndpointsOutput
impl Send for AddCustomRoutingEndpointsOutput
impl Sync for AddCustomRoutingEndpointsOutput
impl Unpin for AddCustomRoutingEndpointsOutput
impl UnwindSafe for AddCustomRoutingEndpointsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more