Struct aws_sdk_ec2::output::CreateVpnGatewayOutput
source · #[non_exhaustive]pub struct CreateVpnGatewayOutput { /* private fields */ }
Expand description
Contains the output of CreateVpnGateway.
Implementations§
source§impl CreateVpnGatewayOutput
impl CreateVpnGatewayOutput
sourcepub fn vpn_gateway(&self) -> Option<&VpnGateway>
pub fn vpn_gateway(&self) -> Option<&VpnGateway>
Information about the virtual private gateway.
source§impl CreateVpnGatewayOutput
impl CreateVpnGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVpnGatewayOutput
.
Trait Implementations§
source§impl Clone for CreateVpnGatewayOutput
impl Clone for CreateVpnGatewayOutput
source§fn clone(&self) -> CreateVpnGatewayOutput
fn clone(&self) -> CreateVpnGatewayOutput
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 Debug for CreateVpnGatewayOutput
impl Debug for CreateVpnGatewayOutput
source§impl PartialEq<CreateVpnGatewayOutput> for CreateVpnGatewayOutput
impl PartialEq<CreateVpnGatewayOutput> for CreateVpnGatewayOutput
source§fn eq(&self, other: &CreateVpnGatewayOutput) -> bool
fn eq(&self, other: &CreateVpnGatewayOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.