#[non_exhaustive]pub struct UpdateDirectConnectGatewayOutput { /* private fields */ }Implementations§
source§impl UpdateDirectConnectGatewayOutput
impl UpdateDirectConnectGatewayOutput
sourcepub fn direct_connect_gateway(&self) -> Option<&DirectConnectGateway>
pub fn direct_connect_gateway(&self) -> Option<&DirectConnectGateway>
Information about a Direct Connect gateway, which enables you to connect virtual interfaces and virtual private gateway or transit gateways.
source§impl UpdateDirectConnectGatewayOutput
impl UpdateDirectConnectGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDirectConnectGatewayOutput.
Trait Implementations§
source§impl Clone for UpdateDirectConnectGatewayOutput
impl Clone for UpdateDirectConnectGatewayOutput
source§fn clone(&self) -> UpdateDirectConnectGatewayOutput
fn clone(&self) -> UpdateDirectConnectGatewayOutput
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