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]

[src]

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

impl Debug for AssignIpv6AddressesResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for AssignIpv6AddressesResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more