#[non_exhaustive]pub struct CreateVirtualGatewayOutput { /* private fields */ }
Implementations§
source§impl CreateVirtualGatewayOutput
impl CreateVirtualGatewayOutput
sourcepub fn virtual_gateway(&self) -> Option<&VirtualGatewayData>
pub fn virtual_gateway(&self) -> Option<&VirtualGatewayData>
The full description of your virtual gateway following the create call.
source§impl CreateVirtualGatewayOutput
impl CreateVirtualGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVirtualGatewayOutput
.
Trait Implementations§
source§impl Clone for CreateVirtualGatewayOutput
impl Clone for CreateVirtualGatewayOutput
source§fn clone(&self) -> CreateVirtualGatewayOutput
fn clone(&self) -> CreateVirtualGatewayOutput
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 CreateVirtualGatewayOutput
impl Debug for CreateVirtualGatewayOutput
source§impl PartialEq<CreateVirtualGatewayOutput> for CreateVirtualGatewayOutput
impl PartialEq<CreateVirtualGatewayOutput> for CreateVirtualGatewayOutput
source§fn eq(&self, other: &CreateVirtualGatewayOutput) -> bool
fn eq(&self, other: &CreateVirtualGatewayOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.