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