Container for the parameters to the RemoveTags operation.
Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters
in various ways, such as grouping clusters to track your Amazon EMR resource allocation
costs. For more information, see Tagging
Amazon EMR Resources.
The following example removes the stack tag with value Prod from a cluster:

C# |
public class RemoveTagsRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RemoveTagsRequest()()()() | Initializes a new instance of the RemoveTagsRequest 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.) |
![]() | ResourceId |
Gets and sets the property ResourceId.
The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier. |
![]() | TagKeys |
Gets and sets the property TagKeys.
A list of tag keys to remove from a resource. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithResourceId(String) | Obsolete.
Sets the ResourceId property
|
![]() | WithTagKeys(array<String>[]()[][]) | Obsolete.
Sets the TagKeys property
|
![]() | WithTagKeys(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the TagKeys property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | RemoveTagsRequest |