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