#[non_exhaustive]pub struct GetTransitGatewayRouteTablePropagationsOutput { /* private fields */ }
Implementations§
source§impl GetTransitGatewayRouteTablePropagationsOutput
impl GetTransitGatewayRouteTablePropagationsOutput
sourcepub fn transit_gateway_route_table_propagations(
&self
) -> Option<&[TransitGatewayRouteTablePropagation]>
pub fn transit_gateway_route_table_propagations(
&self
) -> Option<&[TransitGatewayRouteTablePropagation]>
Information about the route table propagations.
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 GetTransitGatewayRouteTablePropagationsOutput
impl GetTransitGatewayRouteTablePropagationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayRouteTablePropagationsOutput
.
Trait Implementations§
source§impl Clone for GetTransitGatewayRouteTablePropagationsOutput
impl Clone for GetTransitGatewayRouteTablePropagationsOutput
source§fn clone(&self) -> GetTransitGatewayRouteTablePropagationsOutput
fn clone(&self) -> GetTransitGatewayRouteTablePropagationsOutput
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 PartialEq<GetTransitGatewayRouteTablePropagationsOutput> for GetTransitGatewayRouteTablePropagationsOutput
impl PartialEq<GetTransitGatewayRouteTablePropagationsOutput> for GetTransitGatewayRouteTablePropagationsOutput
source§fn eq(&self, other: &GetTransitGatewayRouteTablePropagationsOutput) -> bool
fn eq(&self, other: &GetTransitGatewayRouteTablePropagationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.