Struct aws_sdk_ec2::output::DescribeRouteTablesOutput
source · #[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 use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeRouteTablesOutput
impl DescribeRouteTablesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.