#[non_exhaustive]pub struct TransitGatewayAttachmentAssociation { /* private fields */ }
Expand description
Describes an association.
Implementations
sourceimpl 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.
sourceimpl TransitGatewayAttachmentAssociation
impl TransitGatewayAttachmentAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayAttachmentAssociation
.
Trait Implementations
sourceimpl Clone for TransitGatewayAttachmentAssociation
impl Clone for TransitGatewayAttachmentAssociation
sourcefn clone(&self) -> TransitGatewayAttachmentAssociation
fn clone(&self) -> TransitGatewayAttachmentAssociation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<TransitGatewayAttachmentAssociation> for TransitGatewayAttachmentAssociation
impl PartialEq<TransitGatewayAttachmentAssociation> for TransitGatewayAttachmentAssociation
sourcefn eq(&self, other: &TransitGatewayAttachmentAssociation) -> bool
fn eq(&self, other: &TransitGatewayAttachmentAssociation) -> bool
impl StructuralPartialEq for TransitGatewayAttachmentAssociation
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayAttachmentAssociation
impl Send for TransitGatewayAttachmentAssociation
impl Sync for TransitGatewayAttachmentAssociation
impl Unpin for TransitGatewayAttachmentAssociation
impl UnwindSafe for TransitGatewayAttachmentAssociation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more