#[non_exhaustive]pub struct DisassociateTransitGatewayConnectPeerInput { /* private fields */ }
Implementations§
source§impl DisassociateTransitGatewayConnectPeerInput
impl DisassociateTransitGatewayConnectPeerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateTransitGatewayConnectPeer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateTransitGatewayConnectPeer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateTransitGatewayConnectPeer
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateTransitGatewayConnectPeerInput
.
source§impl DisassociateTransitGatewayConnectPeerInput
impl DisassociateTransitGatewayConnectPeerInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
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.
Trait Implementations§
source§impl Clone for DisassociateTransitGatewayConnectPeerInput
impl Clone for DisassociateTransitGatewayConnectPeerInput
source§fn clone(&self) -> DisassociateTransitGatewayConnectPeerInput
fn clone(&self) -> DisassociateTransitGatewayConnectPeerInput
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<DisassociateTransitGatewayConnectPeerInput> for DisassociateTransitGatewayConnectPeerInput
impl PartialEq<DisassociateTransitGatewayConnectPeerInput> for DisassociateTransitGatewayConnectPeerInput
source§fn eq(&self, other: &DisassociateTransitGatewayConnectPeerInput) -> bool
fn eq(&self, other: &DisassociateTransitGatewayConnectPeerInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.