Struct rusoto_autoscaling::TagDescription [] [src]

pub struct TagDescription {
    pub key: Option<String>,
    pub propagate_at_launch: Option<bool>,
    pub resource_id: Option<String>,
    pub resource_type: Option<String>,
    pub value: Option<String>,
}

Describes a tag for an Auto Scaling group.

Fields

The tag key.

Determines whether the tag is added to new instances as they are launched in the group.

The name of the group.

The type of resource. The only supported value is auto-scaling-group.

The tag value.

Trait Implementations

impl Default for TagDescription
[src]

[src]

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

impl Debug for TagDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for TagDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more