pub struct GetTransitGatewayRouteTablePropagationsResult {
pub next_token: Option<String>,
pub transit_gateway_route_table_propagations: Option<Vec<TransitGatewayRouteTablePropagation>>,
}Fields§
§next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
transit_gateway_route_table_propagations: Option<Vec<TransitGatewayRouteTablePropagation>>Information about the route table propagations.
Trait Implementations§
Source§impl Clone for GetTransitGatewayRouteTablePropagationsResult
impl Clone for GetTransitGatewayRouteTablePropagationsResult
Source§fn clone(&self) -> GetTransitGatewayRouteTablePropagationsResult
fn clone(&self) -> GetTransitGatewayRouteTablePropagationsResult
Returns a duplicate 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 Default for GetTransitGatewayRouteTablePropagationsResult
impl Default for GetTransitGatewayRouteTablePropagationsResult
Source§fn default() -> GetTransitGatewayRouteTablePropagationsResult
fn default() -> GetTransitGatewayRouteTablePropagationsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetTransitGatewayRouteTablePropagationsResult
impl PartialEq for GetTransitGatewayRouteTablePropagationsResult
Source§fn eq(&self, other: &GetTransitGatewayRouteTablePropagationsResult) -> bool
fn eq(&self, other: &GetTransitGatewayRouteTablePropagationsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetTransitGatewayRouteTablePropagationsResult
Auto Trait Implementations§
impl Freeze for GetTransitGatewayRouteTablePropagationsResult
impl RefUnwindSafe for GetTransitGatewayRouteTablePropagationsResult
impl Send for GetTransitGatewayRouteTablePropagationsResult
impl Sync for GetTransitGatewayRouteTablePropagationsResult
impl Unpin for GetTransitGatewayRouteTablePropagationsResult
impl UnwindSafe for GetTransitGatewayRouteTablePropagationsResult
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