Struct cfn::aws::directoryservice::microsoft_ad::VpcSettings [] [src]

pub struct VpcSettings {
    pub subnet_ids: ValueList<String>,
    pub vpc_id: Value<String>,
}

Fields

Property SubnetIds.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property VpcId.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for VpcSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VpcSettings
[src]

[src]

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

Auto Trait Implementations

impl Send for VpcSettings

impl Sync for VpcSettings