#[non_exhaustive]pub struct UpdateVirtualGatewayOutput { /* private fields */ }Implementations§
source§impl UpdateVirtualGatewayOutput
impl UpdateVirtualGatewayOutput
sourcepub fn virtual_gateway(&self) -> Option<&VirtualGatewayData>
pub fn virtual_gateway(&self) -> Option<&VirtualGatewayData>
A full description of the virtual gateway that was updated.
source§impl UpdateVirtualGatewayOutput
impl UpdateVirtualGatewayOutput
sourcepub fn builder() -> UpdateVirtualGatewayOutputBuilder
pub fn builder() -> UpdateVirtualGatewayOutputBuilder
Creates a new builder-style object to manufacture UpdateVirtualGatewayOutput.
Trait Implementations§
source§impl Clone for UpdateVirtualGatewayOutput
impl Clone for UpdateVirtualGatewayOutput
source§fn clone(&self) -> UpdateVirtualGatewayOutput
fn clone(&self) -> UpdateVirtualGatewayOutput
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 UpdateVirtualGatewayOutput
impl Debug for UpdateVirtualGatewayOutput
source§impl PartialEq<UpdateVirtualGatewayOutput> for UpdateVirtualGatewayOutput
impl PartialEq<UpdateVirtualGatewayOutput> for UpdateVirtualGatewayOutput
source§fn eq(&self, other: &UpdateVirtualGatewayOutput) -> bool
fn eq(&self, other: &UpdateVirtualGatewayOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateVirtualGatewayOutput
impl RequestId for UpdateVirtualGatewayOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.