#[non_exhaustive]pub struct DisassociateCustomerGatewayOutput { /* private fields */ }Implementations§
source§impl DisassociateCustomerGatewayOutput
impl DisassociateCustomerGatewayOutput
sourcepub fn customer_gateway_association(
&self
) -> Option<&CustomerGatewayAssociation>
pub fn customer_gateway_association(
&self
) -> Option<&CustomerGatewayAssociation>
Information about the customer gateway association.
source§impl DisassociateCustomerGatewayOutput
impl DisassociateCustomerGatewayOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateCustomerGatewayOutput.
Trait Implementations§
source§impl Clone for DisassociateCustomerGatewayOutput
impl Clone for DisassociateCustomerGatewayOutput
source§fn clone(&self) -> DisassociateCustomerGatewayOutput
fn clone(&self) -> DisassociateCustomerGatewayOutput
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