Struct rusoto_appstream::VpcConfig [] [src]

pub struct VpcConfig {
    pub security_group_ids: Option<Vec<String>>,
    pub subnet_ids: Option<Vec<String>>,
}

VPC configuration information.

Fields

Security groups associated with the fleet.

The list of subnets to which a network interface is established from the fleet instance.

Trait Implementations

impl Default for VpcConfig
[src]

[src]

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

impl Debug for VpcConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for VpcConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more