Struct aws_sdk_ec2::model::TransitGatewayPeeringAttachment
source · [−]#[non_exhaustive]pub struct TransitGatewayPeeringAttachment { /* private fields */ }
Expand description
Describes the transit gateway peering attachment.
Implementations
sourceimpl TransitGatewayPeeringAttachment
impl TransitGatewayPeeringAttachment
sourcepub fn transit_gateway_attachment_id(&self) -> Option<&str>
pub fn transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the transit gateway peering attachment.
sourcepub fn accepter_transit_gateway_attachment_id(&self) -> Option<&str>
pub fn accepter_transit_gateway_attachment_id(&self) -> Option<&str>
The ID of the accepter transit gateway attachment.
sourcepub fn requester_tgw_info(&self) -> Option<&PeeringTgwInfo>
pub fn requester_tgw_info(&self) -> Option<&PeeringTgwInfo>
Information about the requester transit gateway.
sourcepub fn accepter_tgw_info(&self) -> Option<&PeeringTgwInfo>
pub fn accepter_tgw_info(&self) -> Option<&PeeringTgwInfo>
Information about the accepter transit gateway.
sourcepub fn options(&self) -> Option<&TransitGatewayPeeringAttachmentOptions>
pub fn options(&self) -> Option<&TransitGatewayPeeringAttachmentOptions>
Details about the transit gateway peering attachment.
sourcepub fn status(&self) -> Option<&PeeringAttachmentStatus>
pub fn status(&self) -> Option<&PeeringAttachmentStatus>
The status of the transit gateway peering attachment.
sourcepub fn state(&self) -> Option<&TransitGatewayAttachmentState>
pub fn state(&self) -> Option<&TransitGatewayAttachmentState>
The state of the transit gateway peering attachment. Note that the initiating
state has been deprecated.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time the transit gateway peering attachment was created.
The tags for the transit gateway peering attachment.
sourceimpl TransitGatewayPeeringAttachment
impl TransitGatewayPeeringAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayPeeringAttachment
.
Trait Implementations
sourceimpl Clone for TransitGatewayPeeringAttachment
impl Clone for TransitGatewayPeeringAttachment
sourcefn clone(&self) -> TransitGatewayPeeringAttachment
fn clone(&self) -> TransitGatewayPeeringAttachment
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<TransitGatewayPeeringAttachment> for TransitGatewayPeeringAttachment
impl PartialEq<TransitGatewayPeeringAttachment> for TransitGatewayPeeringAttachment
sourcefn eq(&self, other: &TransitGatewayPeeringAttachment) -> bool
fn eq(&self, other: &TransitGatewayPeeringAttachment) -> bool
impl StructuralPartialEq for TransitGatewayPeeringAttachment
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayPeeringAttachment
impl Send for TransitGatewayPeeringAttachment
impl Sync for TransitGatewayPeeringAttachment
impl Unpin for TransitGatewayPeeringAttachment
impl UnwindSafe for TransitGatewayPeeringAttachment
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