Struct aws_sdk_ec2::operation::get_transit_gateway_route_table_propagations::GetTransitGatewayRouteTablePropagationsOutput
source · #[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() -> GetTransitGatewayRouteTablePropagationsOutputBuilder
pub fn builder() -> GetTransitGatewayRouteTablePropagationsOutputBuilder
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 ==
.source§impl RequestId for GetTransitGatewayRouteTablePropagationsOutput
impl RequestId for GetTransitGatewayRouteTablePropagationsOutput
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 GetTransitGatewayRouteTablePropagationsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetTransitGatewayRouteTablePropagationsOutput
impl Send for GetTransitGatewayRouteTablePropagationsOutput
impl Sync for GetTransitGatewayRouteTablePropagationsOutput
impl Unpin for GetTransitGatewayRouteTablePropagationsOutput
impl UnwindSafe for GetTransitGatewayRouteTablePropagationsOutput
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