Struct rusoto_ec2::MovingAddressStatus[][src]

pub struct MovingAddressStatus {
    pub move_status: Option<String>,
    pub public_ip: Option<String>,
}

Describes the status of a moving Elastic IP address.

Fields

The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.

The Elastic IP address.

Trait Implementations

impl Default for MovingAddressStatus
[src]

Returns the "default value" for a type. Read more

impl Debug for MovingAddressStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for MovingAddressStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MovingAddressStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations