Struct aws_sdk_ec2::model::TransitGatewayVpcAttachment
source · #[non_exhaustive]pub struct TransitGatewayVpcAttachment { /* private fields */ }
Expand description
Describes a VPC attachment.
Implementations§
source§impl 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.
source§impl TransitGatewayVpcAttachment
impl TransitGatewayVpcAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayVpcAttachment
.
Trait Implementations§
source§impl Clone for TransitGatewayVpcAttachment
impl Clone for TransitGatewayVpcAttachment
source§fn clone(&self) -> TransitGatewayVpcAttachment
fn clone(&self) -> TransitGatewayVpcAttachment
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 TransitGatewayVpcAttachment
impl Debug for TransitGatewayVpcAttachment
source§impl PartialEq<TransitGatewayVpcAttachment> for TransitGatewayVpcAttachment
impl PartialEq<TransitGatewayVpcAttachment> for TransitGatewayVpcAttachment
source§fn eq(&self, other: &TransitGatewayVpcAttachment) -> bool
fn eq(&self, other: &TransitGatewayVpcAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.