AWS SDK for .NET Documentation
DeleteTagsRequest Class
AmazonAmazon.EC2.ModelDeleteTagsRequest Did this page help you?   Yes   No    Tell us about it...
Deletes tags from the specified resources.
Declaration Syntax
C#
public class DeleteTagsRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteTagsRequest()()()()
Initializes a new instance of the DeleteTagsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
EC2Request
 DeleteTagsRequest

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