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.

impl Clone for UnassignIpv6AddressesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more