pub struct GetTransitGatewayRouteTableAssociationsResult {
pub associations: Option<Vec<TransitGatewayRouteTableAssociation>>,
pub next_token: Option<String>,
}Fields§
§associations: Option<Vec<TransitGatewayRouteTableAssociation>>Information about the associations.
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.
Trait Implementations§
Source§impl Clone for GetTransitGatewayRouteTableAssociationsResult
impl Clone for GetTransitGatewayRouteTableAssociationsResult
Source§fn clone(&self) -> GetTransitGatewayRouteTableAssociationsResult
fn clone(&self) -> GetTransitGatewayRouteTableAssociationsResult
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 GetTransitGatewayRouteTableAssociationsResult
impl Default for GetTransitGatewayRouteTableAssociationsResult
Source§fn default() -> GetTransitGatewayRouteTableAssociationsResult
fn default() -> GetTransitGatewayRouteTableAssociationsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetTransitGatewayRouteTableAssociationsResult
impl PartialEq for GetTransitGatewayRouteTableAssociationsResult
Source§fn eq(&self, other: &GetTransitGatewayRouteTableAssociationsResult) -> bool
fn eq(&self, other: &GetTransitGatewayRouteTableAssociationsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetTransitGatewayRouteTableAssociationsResult
Auto Trait Implementations§
impl Freeze for GetTransitGatewayRouteTableAssociationsResult
impl RefUnwindSafe for GetTransitGatewayRouteTableAssociationsResult
impl Send for GetTransitGatewayRouteTableAssociationsResult
impl Sync for GetTransitGatewayRouteTableAssociationsResult
impl Unpin for GetTransitGatewayRouteTableAssociationsResult
impl UnwindSafe for GetTransitGatewayRouteTableAssociationsResult
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