AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticMapReduce.AmazonElasticMapReduceRequest
      Amazon.ElasticMapReduce.Model.RemoveTagsRequest

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class RemoveTagsRequest : AmazonElasticMapReduceRequest
         IRequestEvents

The RemoveTagsRequest type exposes the following members

Constructors

NameDescription
Public Method RemoveTagsRequest() Empty constructor used to set properties independently even when a simple constructor is available
Public Method RemoveTagsRequest(string) Instantiates RemoveTagsRequest with the parameterized properties
Public Method RemoveTagsRequest(string, List<String>)

Properties

NameTypeDescription
Public Property ResourceId System.String Gets and sets the property ResourceId.

The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.

Public Property TagKeys System.Collections.Generic.List<System.String> Gets and sets the property TagKeys.

A list of tag keys to remove from a resource.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8