#[non_exhaustive]pub struct DeleteDirectConnectGatewayOutput { /* private fields */ }Implementations§
source§impl DeleteDirectConnectGatewayOutput
impl DeleteDirectConnectGatewayOutput
sourcepub fn direct_connect_gateway(&self) -> Option<&DirectConnectGateway>
pub fn direct_connect_gateway(&self) -> Option<&DirectConnectGateway>
The Direct Connect gateway.
source§impl DeleteDirectConnectGatewayOutput
impl DeleteDirectConnectGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDirectConnectGatewayOutput.
Trait Implementations§
source§impl Clone for DeleteDirectConnectGatewayOutput
impl Clone for DeleteDirectConnectGatewayOutput
source§fn clone(&self) -> DeleteDirectConnectGatewayOutput
fn clone(&self) -> DeleteDirectConnectGatewayOutput
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