Struct cfn::aws::ec2::SubnetCidrBlockProperties [] [src]

pub struct SubnetCidrBlockProperties {
    pub ipv6_cidr_block: Value<String>,
    pub subnet_id: Value<String>,
}

Properties for the SubnetCidrBlock resource.

Fields

Property Ipv6CidrBlock.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property SubnetId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for SubnetCidrBlockProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for SubnetCidrBlockProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SubnetCidrBlockProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SubnetCidrBlockProperties> for SubnetCidrBlock
[src]

[src]

Performs the conversion.

Auto Trait Implementations