Struct aws_sdk_ec2::model::MovingAddressStatus
source · #[non_exhaustive]pub struct MovingAddressStatus { /* private fields */ }
Expand description
Describes the status of a moving Elastic IP address.
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.
Implementations§
source§impl MovingAddressStatus
impl MovingAddressStatus
sourcepub fn move_status(&self) -> Option<&MoveStatus>
pub fn move_status(&self) -> Option<&MoveStatus>
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
source§impl MovingAddressStatus
impl MovingAddressStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MovingAddressStatus
.
Trait Implementations§
source§impl Clone for MovingAddressStatus
impl Clone for MovingAddressStatus
source§fn clone(&self) -> MovingAddressStatus
fn clone(&self) -> MovingAddressStatus
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 MovingAddressStatus
impl Debug for MovingAddressStatus
source§impl PartialEq<MovingAddressStatus> for MovingAddressStatus
impl PartialEq<MovingAddressStatus> for MovingAddressStatus
source§fn eq(&self, other: &MovingAddressStatus) -> bool
fn eq(&self, other: &MovingAddressStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.