Struct aws_sdk_ec2::model::VpcClassicLink
source · #[non_exhaustive]pub struct VpcClassicLink { /* private fields */ }
Expand description
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Describes whether a VPC is enabled for ClassicLink.
Implementations§
source§impl VpcClassicLink
impl VpcClassicLink
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcClassicLink
.
Trait Implementations§
source§impl Clone for VpcClassicLink
impl Clone for VpcClassicLink
source§fn clone(&self) -> VpcClassicLink
fn clone(&self) -> VpcClassicLink
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 VpcClassicLink
impl Debug for VpcClassicLink
source§impl PartialEq<VpcClassicLink> for VpcClassicLink
impl PartialEq<VpcClassicLink> for VpcClassicLink
source§fn eq(&self, other: &VpcClassicLink) -> bool
fn eq(&self, other: &VpcClassicLink) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.