Container for the parameters to the DeleteTags operation.
            
Removes the specified tags or a set of tags from a set of resources.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteTagsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteTagsRequest()()()() | Initializes a new instance of the DeleteTagsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Tags | 
            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.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithTags(array<Tag>[]()[][]) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete. 
            Adds elements to the Tags collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteTagsRequest | |
 See Also
 See Also