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]

[src]

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

impl Debug for MovingAddressStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for MovingAddressStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more