#[non_exhaustive]pub struct GetTransitGatewayConnectPeerAssociationsOutput { /* private fields */ }Implementations§
source§impl GetTransitGatewayConnectPeerAssociationsOutput
impl GetTransitGatewayConnectPeerAssociationsOutput
sourcepub fn transit_gateway_connect_peer_associations(
&self
) -> Option<&[TransitGatewayConnectPeerAssociation]>
pub fn transit_gateway_connect_peer_associations(
&self
) -> Option<&[TransitGatewayConnectPeerAssociation]>
Information about the transit gateway Connect peer associations.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use for the next page of results.
source§impl GetTransitGatewayConnectPeerAssociationsOutput
impl GetTransitGatewayConnectPeerAssociationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTransitGatewayConnectPeerAssociationsOutput.
Trait Implementations§
source§impl Clone for GetTransitGatewayConnectPeerAssociationsOutput
impl Clone for GetTransitGatewayConnectPeerAssociationsOutput
source§fn clone(&self) -> GetTransitGatewayConnectPeerAssociationsOutput
fn clone(&self) -> GetTransitGatewayConnectPeerAssociationsOutput
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 more