Struct rusoto_ec2::DescribeAddressesRequest [] [src]

pub struct DescribeAddressesRequest {
    pub allocation_ids: Option<Vec<String>>,
    pub dry_run: Option<bool>,
    pub filters: Option<Vec<Filter>>,
    pub public_ips: Option<Vec<String>>,
}

Contains the parameters for DescribeAddresses.

Fields

[EC2-VPC] One or more allocation IDs.

Default: Describes all your Elastic IP addresses.

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. Filter names and values are case-sensitive.

  • allocation-id - [EC2-VPC] The allocation ID for the address.

  • association-id - [EC2-VPC] The association ID for the address.

  • domain - Indicates whether the address is for use in EC2-Classic (standard) or in a VPC (vpc).

  • instance-id - The ID of the instance the address is associated with, if any.

  • network-interface-id - [EC2-VPC] The ID of the network interface that the address is associated with, if any.

  • network-interface-owner-id - The AWS account ID of the owner.

  • private-ip-address - [EC2-VPC] The private IP address associated with the Elastic IP address.

  • public-ip - The Elastic IP address.

[EC2-Classic] One or more Elastic IP addresses.

Default: Describes all your Elastic IP addresses.

Trait Implementations

impl Default for DescribeAddressesRequest
[src]

[src]

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

impl Debug for DescribeAddressesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeAddressesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more