Struct rusoto_ec2::MoveAddressToVpcResult [] [src]

pub struct MoveAddressToVpcResult {
    pub allocation_id: Option<String>,
    pub status: Option<String>,
}

Contains the output of MoveAddressToVpc.

Fields

The allocation ID for the Elastic IP address.

The status of the move of the IP address.

Trait Implementations

impl Default for MoveAddressToVpcResult
[src]

[src]

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

impl Debug for MoveAddressToVpcResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for MoveAddressToVpcResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more