Struct rusoto_directconnect::VirtualGateways [] [src]

pub struct VirtualGateways {
    pub virtual_gateways: Option<Vec<VirtualGateway>>,
}

A structure containing a list of virtual private gateways.

Fields

A list of virtual private gateways.

Trait Implementations

impl Default for VirtualGateways
[src]

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

impl Debug for VirtualGateways
[src]

Formats the value using the given formatter.

impl Clone for VirtualGateways
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more