#[non_exhaustive]pub struct DescribeRouteTablesOutput { /* private fields */ }Expand description
Contains the output of DescribeRouteTables.
Implementations§
source§impl DescribeRouteTablesOutput
impl DescribeRouteTablesOutput
sourcepub fn route_tables(&self) -> Option<&[RouteTable]>
pub fn route_tables(&self) -> Option<&[RouteTable]>
Information about one or more route tables.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to include in another request to get the next page of items. This value is null when there are no more items to return.
source§impl DescribeRouteTablesOutput
impl DescribeRouteTablesOutput
sourcepub fn builder() -> DescribeRouteTablesOutputBuilder
pub fn builder() -> DescribeRouteTablesOutputBuilder
Creates a new builder-style object to manufacture DescribeRouteTablesOutput.
Trait Implementations§
source§impl Clone for DescribeRouteTablesOutput
impl Clone for DescribeRouteTablesOutput
source§fn clone(&self) -> DescribeRouteTablesOutput
fn clone(&self) -> DescribeRouteTablesOutput
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 DescribeRouteTablesOutput
impl Debug for DescribeRouteTablesOutput
source§impl PartialEq<DescribeRouteTablesOutput> for DescribeRouteTablesOutput
impl PartialEq<DescribeRouteTablesOutput> for DescribeRouteTablesOutput
source§fn eq(&self, other: &DescribeRouteTablesOutput) -> bool
fn eq(&self, other: &DescribeRouteTablesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeRouteTablesOutput
impl RequestId for DescribeRouteTablesOutput
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.