#[non_exhaustive]pub struct TransitGatewayAttachmentAssociation { /* private fields */ }
Expand description
Describes an association.
Implementations§
source§impl TransitGatewayAttachmentAssociation
impl TransitGatewayAttachmentAssociation
sourcepub fn transit_gateway_route_table_id(&self) -> Option<&str>
pub fn transit_gateway_route_table_id(&self) -> Option<&str>
The ID of the route table for the transit gateway.
sourcepub fn state(&self) -> Option<&TransitGatewayAssociationState>
pub fn state(&self) -> Option<&TransitGatewayAssociationState>
The state of the association.
source§impl TransitGatewayAttachmentAssociation
impl TransitGatewayAttachmentAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayAttachmentAssociation
.
Trait Implementations§
source§impl Clone for TransitGatewayAttachmentAssociation
impl Clone for TransitGatewayAttachmentAssociation
source§fn clone(&self) -> TransitGatewayAttachmentAssociation
fn clone(&self) -> TransitGatewayAttachmentAssociation
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<TransitGatewayAttachmentAssociation> for TransitGatewayAttachmentAssociation
impl PartialEq<TransitGatewayAttachmentAssociation> for TransitGatewayAttachmentAssociation
source§fn eq(&self, other: &TransitGatewayAttachmentAssociation) -> bool
fn eq(&self, other: &TransitGatewayAttachmentAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.