Struct rusoto_ec2::UnassignIpv6AddressesResult[][src]

pub struct UnassignIpv6AddressesResult {
    pub network_interface_id: Option<String>,
    pub unassigned_ipv_6_addresses: Option<Vec<String>>,
}

Fields

The ID of the network interface.

The IPv6 addresses that have been unassigned from the network interface.

Trait Implementations

impl Default for UnassignIpv6AddressesResult
[src]

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

impl Debug for UnassignIpv6AddressesResult
[src]

Formats the value using the given formatter. Read more

impl Clone for UnassignIpv6AddressesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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