Struct rusoto_directconnect::VirtualInterfaces [] [src]

pub struct VirtualInterfaces {
    pub virtual_interfaces: Option<VirtualInterfaceList>,
}

A structure containing a list of virtual interfaces.

Fields

A list of virtual interfaces.

Trait Implementations

impl Default for VirtualInterfaces
[src]

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

impl Debug for VirtualInterfaces
[src]

Formats the value using the given formatter.

impl Clone for VirtualInterfaces
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more