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§
source§impl 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.
source§impl TransitGatewayAssociation
impl TransitGatewayAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayAssociation
.
Trait Implementations§
source§impl Clone for TransitGatewayAssociation
impl Clone for TransitGatewayAssociation
source§fn clone(&self) -> TransitGatewayAssociation
fn clone(&self) -> TransitGatewayAssociation
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 TransitGatewayAssociation
impl Debug for TransitGatewayAssociation
source§impl PartialEq<TransitGatewayAssociation> for TransitGatewayAssociation
impl PartialEq<TransitGatewayAssociation> for TransitGatewayAssociation
source§fn eq(&self, other: &TransitGatewayAssociation) -> bool
fn eq(&self, other: &TransitGatewayAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.