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]

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

impl Debug for MoveAddressToVpcResult
[src]

Formats the value using the given formatter. Read more

impl Clone for MoveAddressToVpcResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MoveAddressToVpcResult
[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