#[non_exhaustive]pub struct CustomerGatewayAssociation { /* private fields */ }
Expand description
Describes the association between a customer gateway, a device, and a link.
Implementations§
source§impl CustomerGatewayAssociation
impl CustomerGatewayAssociation
sourcepub fn customer_gateway_arn(&self) -> Option<&str>
pub fn customer_gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the customer gateway.
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn state(&self) -> Option<&CustomerGatewayAssociationState>
pub fn state(&self) -> Option<&CustomerGatewayAssociationState>
The association state.
source§impl CustomerGatewayAssociation
impl CustomerGatewayAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CustomerGatewayAssociation
.
Trait Implementations§
source§impl Clone for CustomerGatewayAssociation
impl Clone for CustomerGatewayAssociation
source§fn clone(&self) -> CustomerGatewayAssociation
fn clone(&self) -> CustomerGatewayAssociation
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 CustomerGatewayAssociation
impl Debug for CustomerGatewayAssociation
source§impl PartialEq<CustomerGatewayAssociation> for CustomerGatewayAssociation
impl PartialEq<CustomerGatewayAssociation> for CustomerGatewayAssociation
source§fn eq(&self, other: &CustomerGatewayAssociation) -> bool
fn eq(&self, other: &CustomerGatewayAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.