#[non_exhaustive]pub struct ListCustomRoutingEndpointGroupsOutput { /* private fields */ }Implementations
sourceimpl ListCustomRoutingEndpointGroupsOutput
impl ListCustomRoutingEndpointGroupsOutput
sourcepub fn endpoint_groups(&self) -> Option<&[CustomRoutingEndpointGroup]>
pub fn endpoint_groups(&self) -> Option<&[CustomRoutingEndpointGroup]>
The list of the endpoint groups associated with a listener for a custom routing accelerator.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. You receive this token from a previous call.
sourceimpl ListCustomRoutingEndpointGroupsOutput
impl ListCustomRoutingEndpointGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomRoutingEndpointGroupsOutput.
Trait Implementations
sourceimpl Clone for ListCustomRoutingEndpointGroupsOutput
impl Clone for ListCustomRoutingEndpointGroupsOutput
sourcefn clone(&self) -> ListCustomRoutingEndpointGroupsOutput
fn clone(&self) -> ListCustomRoutingEndpointGroupsOutput
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<ListCustomRoutingEndpointGroupsOutput> for ListCustomRoutingEndpointGroupsOutput
impl PartialEq<ListCustomRoutingEndpointGroupsOutput> for ListCustomRoutingEndpointGroupsOutput
sourcefn eq(&self, other: &ListCustomRoutingEndpointGroupsOutput) -> bool
fn eq(&self, other: &ListCustomRoutingEndpointGroupsOutput) -> bool
impl StructuralPartialEq for ListCustomRoutingEndpointGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListCustomRoutingEndpointGroupsOutput
impl Send for ListCustomRoutingEndpointGroupsOutput
impl Sync for ListCustomRoutingEndpointGroupsOutput
impl Unpin for ListCustomRoutingEndpointGroupsOutput
impl UnwindSafe for ListCustomRoutingEndpointGroupsOutput
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