class Aws::AutoScaling::Types::Tag
Describes a tag for an Auto Scaling group.
@note When making an API call, you may pass Tag
data as a hash: { resource_id: "XmlString", resource_type: "XmlString", key: "TagKey", # required value: "TagValue", propagate_at_launch: false, }
@!attribute [rw] resource_id
The name of the Auto Scaling group. @return [String]
@!attribute [rw] resource_type
The type of resource. The only supported value is `auto-scaling-group`. @return [String]
@!attribute [rw] key
The tag key. @return [String]
@!attribute [rw] value
The tag value. @return [String]
@!attribute [rw] propagate_at_launch
Determines whether the tag is added to new instances as they are launched in the group. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/Tag AWS API Documentation
Constants
- SENSITIVE