Struct rusoto_ec2::DescribeMovingAddressesRequest [] [src]

pub struct DescribeMovingAddressesRequest {
    pub dry_run: Option<bool>,
    pub filters: Option<Vec<Filter>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub public_ips: Option<Vec<String>>,
}

Contains the parameters for DescribeMovingAddresses.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

One or more filters.

  • moving-status - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

The token to use to retrieve the next page of results.

One or more Elastic IP addresses.

Trait Implementations

impl Default for DescribeMovingAddressesRequest
[src]

[src]

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

impl Debug for DescribeMovingAddressesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeMovingAddressesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more