Struct aws_sdk_ec2::model::TransitGatewayAssociation
source · [−]#[non_exhaustive]pub struct TransitGatewayAssociation { /* private fields */ }
Expand description
Describes an association between a resource attachment and a transit gateway route table.
Implementations
sourceimpl TransitGatewayAssociation
impl TransitGatewayAssociation
sourcepub fn transit_gateway_route_table_id(&self) -> Option<&str>
pub fn transit_gateway_route_table_id(&self) -> Option<&str>
The ID of the transit gateway route table.
sourcepub fn transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the attachment.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The ID of the resource.
sourcepub fn resource_type(&self) -> Option<&TransitGatewayAttachmentResourceType>
pub fn resource_type(&self) -> Option<&TransitGatewayAttachmentResourceType>
The resource type. Note that the tgw-peering
resource type has been deprecated.
sourcepub fn state(&self) -> Option<&TransitGatewayAssociationState>
pub fn state(&self) -> Option<&TransitGatewayAssociationState>
The state of the association.
sourceimpl TransitGatewayAssociation
impl TransitGatewayAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayAssociation
.
Trait Implementations
sourceimpl Clone for TransitGatewayAssociation
impl Clone for TransitGatewayAssociation
sourcefn clone(&self) -> TransitGatewayAssociation
fn clone(&self) -> TransitGatewayAssociation
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 Debug for TransitGatewayAssociation
impl Debug for TransitGatewayAssociation
sourceimpl PartialEq<TransitGatewayAssociation> for TransitGatewayAssociation
impl PartialEq<TransitGatewayAssociation> for TransitGatewayAssociation
sourcefn eq(&self, other: &TransitGatewayAssociation) -> bool
fn eq(&self, other: &TransitGatewayAssociation) -> bool
impl StructuralPartialEq for TransitGatewayAssociation
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayAssociation
impl Send for TransitGatewayAssociation
impl Sync for TransitGatewayAssociation
impl Unpin for TransitGatewayAssociation
impl UnwindSafe for TransitGatewayAssociation
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