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