#[non_exhaustive]pub struct ListGatewaysOutput { /* private fields */ }Implementations§
source§impl ListGatewaysOutput
impl ListGatewaysOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The next item following a partial list of returned resources. For example, if a request is made to return maxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
source§impl ListGatewaysOutput
impl ListGatewaysOutput
sourcepub fn builder() -> ListGatewaysOutputBuilder
pub fn builder() -> ListGatewaysOutputBuilder
Creates a new builder-style object to manufacture ListGatewaysOutput.
Trait Implementations§
source§impl Clone for ListGatewaysOutput
impl Clone for ListGatewaysOutput
source§fn clone(&self) -> ListGatewaysOutput
fn clone(&self) -> ListGatewaysOutput
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 ListGatewaysOutput
impl Debug for ListGatewaysOutput
source§impl PartialEq<ListGatewaysOutput> for ListGatewaysOutput
impl PartialEq<ListGatewaysOutput> for ListGatewaysOutput
source§fn eq(&self, other: &ListGatewaysOutput) -> bool
fn eq(&self, other: &ListGatewaysOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListGatewaysOutput
impl RequestId for ListGatewaysOutput
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.