Struct rusoto_ec2::AssignIpv6AddressesResult[][src]

pub struct AssignIpv6AddressesResult {
    pub assigned_ipv_6_addresses: Option<Vec<String>>,
    pub network_interface_id: Option<String>,
}

Fields

The IPv6 addresses assigned to the network interface.

The ID of the network interface.

Trait Implementations

impl Default for AssignIpv6AddressesResult
[src]

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

impl Debug for AssignIpv6AddressesResult
[src]

Formats the value using the given formatter. Read more

impl Clone for AssignIpv6AddressesResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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