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

pub struct InternetGatewayProperties {
    pub tags: Option<ValueList<Tag>>,
}

Properties for the InternetGateway resource.

Fields

Property Tags.

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

Trait Implementations

impl Debug for InternetGatewayProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for InternetGatewayProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<InternetGatewayProperties> for InternetGateway
[src]

[src]

Performs the conversion.

Auto Trait Implementations