#[non_exhaustive]pub struct TransitGatewayConnectPeerAssociation { /* private fields */ }Expand description
Describes a transit gateway Connect peer association.
Implementations§
source§impl TransitGatewayConnectPeerAssociation
impl TransitGatewayConnectPeerAssociation
sourcepub fn transit_gateway_connect_peer_arn(&self) -> Option<&str>
pub fn transit_gateway_connect_peer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn state(&self) -> Option<&TransitGatewayConnectPeerAssociationState>
pub fn state(&self) -> Option<&TransitGatewayConnectPeerAssociationState>
The state of the association.
source§impl TransitGatewayConnectPeerAssociation
impl TransitGatewayConnectPeerAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayConnectPeerAssociation.
Trait Implementations§
source§impl Clone for TransitGatewayConnectPeerAssociation
impl Clone for TransitGatewayConnectPeerAssociation
source§fn clone(&self) -> TransitGatewayConnectPeerAssociation
fn clone(&self) -> TransitGatewayConnectPeerAssociation
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