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