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