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