Struct cfn::aws::autoscaling::auto_scaling_group::TagProperty [] [src]

pub struct TagProperty {
    pub key: Value<String>,
    pub propagate_at_launch: Value<bool>,
    pub value: Value<String>,
}

Fields

Property Key.

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

Property PropagateAtLaunch.

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

Property Value.

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

Trait Implementations

impl Debug for TagProperty
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TagProperty
[src]

[src]

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

Auto Trait Implementations

impl Send for TagProperty

impl Sync for TagProperty