AWS SDK for .NET Documentation
Tags Property
AmazonAmazon.AutoScaling.ModelDeleteTagsRequestTags Did this page help you?   Yes   No    Tell us about it...
Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. Valid values are: Resource type = auto-scaling-group, Resource ID = AutoScalingGroupName, key=value, value=value, propagate=true or false.
Declaration Syntax
C#
public List<Tag> Tags { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)