#[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 more