Struct rusoto_ec2::DescribeMovingAddressesResult [] [src]

pub struct DescribeMovingAddressesResult {
    pub moving_address_statuses: Option<Vec<MovingAddressStatus>>,
    pub next_token: Option<String>,
}

Contains the output of DescribeMovingAddresses.

Fields

The status for each Elastic IP address.

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Trait Implementations

impl Default for DescribeMovingAddressesResult
[src]

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

impl Debug for DescribeMovingAddressesResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeMovingAddressesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more