#[non_exhaustive]pub struct ListGatewayRoutesOutput { /* private fields */ }
Implementations§
source§impl ListGatewayRoutesOutput
impl ListGatewayRoutesOutput
sourcepub fn gateway_routes(&self) -> Option<&[GatewayRouteRef]>
pub fn gateway_routes(&self) -> Option<&[GatewayRouteRef]>
The list of existing gateway routes for the specified service mesh and virtual gateway.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken
value to include in a future ListGatewayRoutes
request. When the results of a ListGatewayRoutes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl ListGatewayRoutesOutput
impl ListGatewayRoutesOutput
sourcepub fn builder() -> ListGatewayRoutesOutputBuilder
pub fn builder() -> ListGatewayRoutesOutputBuilder
Creates a new builder-style object to manufacture ListGatewayRoutesOutput
.
Trait Implementations§
source§impl Clone for ListGatewayRoutesOutput
impl Clone for ListGatewayRoutesOutput
source§fn clone(&self) -> ListGatewayRoutesOutput
fn clone(&self) -> ListGatewayRoutesOutput
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 ListGatewayRoutesOutput
impl Debug for ListGatewayRoutesOutput
source§impl PartialEq<ListGatewayRoutesOutput> for ListGatewayRoutesOutput
impl PartialEq<ListGatewayRoutesOutput> for ListGatewayRoutesOutput
source§fn eq(&self, other: &ListGatewayRoutesOutput) -> bool
fn eq(&self, other: &ListGatewayRoutesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListGatewayRoutesOutput
impl RequestId for ListGatewayRoutesOutput
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.impl StructuralPartialEq for ListGatewayRoutesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListGatewayRoutesOutput
impl Send for ListGatewayRoutesOutput
impl Sync for ListGatewayRoutesOutput
impl Unpin for ListGatewayRoutesOutput
impl UnwindSafe for ListGatewayRoutesOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more