Struct aws_sdk_ec2::model::TransitGatewayVpcAttachment
source · [−]#[non_exhaustive]pub struct TransitGatewayVpcAttachment { /* private fields */ }
Expand description
Describes a VPC attachment.
Implementations
sourceimpl TransitGatewayVpcAttachment
impl TransitGatewayVpcAttachment
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 transit_gateway_id(&self) -> Option<&str>
pub fn transit_gateway_id(&self) -> Option<&str>
The ID of the transit gateway.
sourcepub fn vpc_owner_id(&self) -> Option<&str>
pub fn vpc_owner_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the VPC.
sourcepub fn state(&self) -> Option<&TransitGatewayAttachmentState>
pub fn state(&self) -> Option<&TransitGatewayAttachmentState>
The state of the VPC attachment. Note that the initiating
state has been deprecated.
sourcepub fn subnet_ids(&self) -> Option<&[String]>
pub fn subnet_ids(&self) -> Option<&[String]>
The IDs of the subnets.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The creation time.
sourcepub fn options(&self) -> Option<&TransitGatewayVpcAttachmentOptions>
pub fn options(&self) -> Option<&TransitGatewayVpcAttachmentOptions>
The VPC attachment options.
The tags for the VPC attachment.
sourceimpl TransitGatewayVpcAttachment
impl TransitGatewayVpcAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayVpcAttachment
.
Trait Implementations
sourceimpl Clone for TransitGatewayVpcAttachment
impl Clone for TransitGatewayVpcAttachment
sourcefn clone(&self) -> TransitGatewayVpcAttachment
fn clone(&self) -> TransitGatewayVpcAttachment
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 TransitGatewayVpcAttachment
impl Debug for TransitGatewayVpcAttachment
sourceimpl PartialEq<TransitGatewayVpcAttachment> for TransitGatewayVpcAttachment
impl PartialEq<TransitGatewayVpcAttachment> for TransitGatewayVpcAttachment
sourcefn eq(&self, other: &TransitGatewayVpcAttachment) -> bool
fn eq(&self, other: &TransitGatewayVpcAttachment) -> bool
impl StructuralPartialEq for TransitGatewayVpcAttachment
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayVpcAttachment
impl Send for TransitGatewayVpcAttachment
impl Sync for TransitGatewayVpcAttachment
impl Unpin for TransitGatewayVpcAttachment
impl UnwindSafe for TransitGatewayVpcAttachment
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