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