Struct aws_sdk_networkmanager::model::VpcAttachment
source · #[non_exhaustive]pub struct VpcAttachment { /* private fields */ }Expand description
Describes a VPC attachment.
Implementations§
source§impl VpcAttachment
impl VpcAttachment
sourcepub fn attachment(&self) -> Option<&Attachment>
pub fn attachment(&self) -> Option<&Attachment>
Provides details about the VPC attachment.
sourcepub fn subnet_arns(&self) -> Option<&[String]>
pub fn subnet_arns(&self) -> Option<&[String]>
The subnet ARNs.
sourcepub fn options(&self) -> Option<&VpcOptions>
pub fn options(&self) -> Option<&VpcOptions>
Provides details about the VPC attachment.
source§impl VpcAttachment
impl VpcAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcAttachment.
Trait Implementations§
source§impl Clone for VpcAttachment
impl Clone for VpcAttachment
source§fn clone(&self) -> VpcAttachment
fn clone(&self) -> VpcAttachment
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 more