Struct rusoto_ec2::RestoreAddressToClassicResult [] [src]

pub struct RestoreAddressToClassicResult {
    pub public_ip: Option<String>,
    pub status: Option<String>,
}

Contains the output of RestoreAddressToClassic.

Fields

The Elastic IP address.

The move status for the IP address.

Trait Implementations

impl Default for RestoreAddressToClassicResult
[src]

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

impl Debug for RestoreAddressToClassicResult
[src]

Formats the value using the given formatter.

impl Clone for RestoreAddressToClassicResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more