Struct cfn::aws::ec2::network_interface::PrivateIpAddressSpecification [] [src]

pub struct PrivateIpAddressSpecification {
    pub primary: Value<bool>,
    pub private_ip_address: Value<String>,
}

Fields

Property Primary.

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

Property PrivateIpAddress.

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

Trait Implementations

impl Debug for PrivateIpAddressSpecification
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for PrivateIpAddressSpecification
[src]

[src]

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

Auto Trait Implementations