Deletes tags from the specified resources.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteTagsRequest : EC2Request
 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.) | 
|  | IsSetResourceId()()()() | 
            Checks if ResourceId property is set
             | 
|  | IsSetTag()()()() | 
            Checks if Tag property is set
             | 
|  | ResourceId | 
            A list of one or more resource IDs.
             | 
|  | Tag | 
            The tags to delete from the specified resources.
            If a tag doesn't have a value defined in the key-value pair, 
            the tag is deleted regardless of its value.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithResourceId(array<String>[]()[][]) | Obsolete. 
            Sets the list of one or more resource IDs.
             | 
|  | WithTag(array<DeleteTags>[]()[][]) | Obsolete. 
            Sets the tags to delete from the specified resources.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DeleteTagsRequest | |